Inclusion of the personnel number of a traveler (PERNR) in the credit card...
About Author: Parag Parikh is an SAP ABAP/FS-CD/Workflow consultant with 5.5 years experience. He has worked on multiple SAP modules. He is currently working as workflow expert with Deloitte Consulting...
View ArticleHow to display additional information about IDoc processing in the...
SummaryThis document describes how to to write down the messages issued by the IDoc inbound processing in the application log, improving the level of monitoring .It contains information about...
View ArticleUseful SAP standard Demo & Sample programs for ABAP Beginners ( Keywords &...
Hi all, I am here by taking opportunity to mention some SAP Standard demo programs for practicing and becoming expertise with ABAP programming techniques and syntaxes. I started adding some programs...
View ArticleShow prograss bar as timer.
Hello Friends, A Progress bar is used in situations where the extent of the task is unknown or the progress of the task cannot be determined in a way that could be expressed as a percentage. As I am...
View ArticleTutorial ABAP debugger
Step 1: Put a static break-point at the desired location Launch The Applicaton The Dubugging Mode is automatically triggered when the breakpoint is reached Press F5 for single line/step wise...
View ArticleLanguage Translation Tool for SAP Technical Objects
Applies to:SAP NetWeaver 2004s, mySAP ERP 2005Created on:22-01-2013Author:Gaurang Gujar, Capgemini , Consultant , Appsone. Summary:Many of the MNC’s require SAP implementation all over the globe...
View ArticleParse XML Documents
Hi,Below is the code snippet that can be referred to parse XML document into an internal table of the ABAP program. We would need to pass XML document as a string type to the function module....
View ArticleF4 help option to populate more than one Selection Screen Fields in Module Pool.
Hello All , I came through this scenario while answering one of the query in SCN and after debugging for a while I came with this solution.So , I would like to share the same with you all. Scenario...
View ArticleCreate BAPI & Run BAPI Step By Step
Go to transaction SE11 and create a structure as shown or as per your requirement. Give the name in the Data type field and click create. In the pop-up that comes up, select the radio button “...
View ArticlePGP File Encryption, Decreption using SM 69 in ABAP
Hi Friends, Here, i would like share he can we do the file PGP Encryption and Decryption by using SM69 in SAP ABAP. To access the PGP commands from the SM69 first PGP s/w has to install on UNIX server....
View Articlesimple way to find released and modifiable transport request
Hello, how to find released and modifiable transport request of an object???? i am going to create a document on this topic....follow this.. this may be halpful to many of ABAP lovers....... 1st go to...
View ArticleManage data in table SALV_CSQ_PARAMS (Parameters for ALV runtime)
Sometimes it is nesessary to change default ALV parameters assigned to specific user. In this case we can check and change values in table SALV_CSQ_PARAMS with the help of standard report...
View ArticleFull-length message class and number information in Purchasing BAPIs return...
Sometimes when we use BAPI that has return structure type BAPIRETURN we get incomplete message information in field BAPIRETURN-CODEIt happens if the length of message class greater than 2For example if...
View Articlestep by step guide to create radio buttons in module pool
Please find step by step guide to add radio buttons in module pool programming in attached file. Steps:1. Go to transaction code SE80 , select program , enter the program name and click...
View ArticleFunction Module to read value with POPUP
Function Module to read value with POPUP This function module helps in reading the value from the user Here I suppose enter 12345 as a value So in above screen shot user can enter a value in the...
View ArticleInnovative Use of Open XML with SAP
Below is a link for a blog about combining Open XML technology from Microsoft Office to create Microsoft Office documents from SAP...
View ArticleLanguage Translation Tool for SAP Technical Objects
Applies to:SAP NetWeaver 2004s, mySAP ERP 2005Created on:22-01-2013Author:Gaurang Gujar, Capgemini , Consultant , Appsone. Summary:Many of the MNC’s require SAP implementation all over the globe...
View ArticleCreate Error Logging in your applications using SLG0, SLG1
The attached document demo's how to create application level logging. Full example provided using your own custom defined logs. Since someone (Pritam) was kind enough to share with me, I thought I'd...
View ArticleSAPGUI versions and patches inventory.
I have some questions, when begun deployment sapgui’s for clients computers our company. How to get what version and patch on the host? As we know, SM04 get version and IP, but no Patch...
View ArticleSimple program to download excel in MHTML format from internal table
Simple program to download excel in MHTML format from internal table ( ex: can be used in case of downloading icons ). This program is just a sample created for my purpose,please do further research as...
View Article