T.Code ST05->Activate trace->Open the specific transactionforwhichyou want to find the table->Deactivate trace->Display trace The Object Name column should provide for the tables that have been accessed by the T.Code Steps to find a table behind any SAP T.Code In this example, we are fi...
How to copy the ABAP program code including line numbers into word document ? former_member396057 Participant 2021 May 05 6:32 PM 0 Kudos 1,154 SAP Managed Tags: ABAP Development Hi Team, If I copy the program code into word document, it will paste the code only not ...
I have to catch the Exception, the super class of all other exception instead ( like CX_ROOT in ABAP ), which is not a good practice in exception handling area. Handleable and Unhandleable Exception in ABAP You can find both definition in ABAP help. Let's now ...
SAP Managed Tags: ABAP Development Hi, Go to SE93 -> enter transaction code name (it should start with Z) -> click on 'Create' -> in Start Object Section of the pop up window, please make the appropriate selection -> in case of Module Pool program, enter the Porgram Name and the...
SAP S/4HANA As you probably already know, you can use the Custom Code Migration app in the SAP BTP, ABAP environment to check your ABAP custom code in an SAP Business Suite, SAP S/4HANA Cloud, private edition (or SAP S/4HANA on-premise) system (further referenced as “on-premise”...
SAP Managed Tags: ABAP Development Hi. Check ur code, in the user_command1 when you set the parameter, EJ: WHEN '&IC1'. IF rs_selfield_ekpo-fieldname = 'EBELN'. SET PARAMETER ID 'BES' FIELD v_ebeln. v_ebeln is in blank, the same as the v_mat you need to select the recor...
SAP Managed Tags: ABAP Development normally you can set a (soft) break point somewhere in the coding and program will stop here. However, in case of system programs, you will first need to activate system debugging. Reply Former Member Options Mark as New Bookmark Subscribe Mute Subscri...
In this SAP ABAP tutorial, I'll try to show how to find function module exit (function exit or user exits) in ABAP codes of a SAP transaction. First start with answering what is user exit? User exit is a slot in ABAP code of a standard SAP program available for customer coding. Usin...
SAP Managed Tags: ABAP Development Hi All Please tell how to debug an SAP Standard Program for MI07 T-code. In this Transaction I would like to change the Unit of Measure filed to Alternate Unit. Please, Help me out .. how to debug this program and how to change this field. Thank...
When an SAP instance is stopped by an external tool, cluster reacts to this situation and tries to start the SAP instance. Resolution To allow SAP admins to control SAP ABAP application server instances that are managed by an HA cluster using the RHEL HA Add-On using tools like SAP LaMa...