Trailsap

Table Enhancement Category

Standard Database Tables and Structures defined by SAP within the ABAP Data Dictionary can be enhanced by customers using Custom includes or append structures. The table enhancement category provides a way of limiting this customization so that dependent objects are not negatively affected. You, therefore, need to understand how this works before you are able

Table Enhancement Category Read More »

SE80 SAP tcode – Object Navigator

SAP command field options |  SAP tcode parameters |  SU53 SAP tcode authorisation |  SAP T-Codes |  SE80 (Object Navigator) is a standard SAP parameter transaction code available within R/3 SAP systems depending on your version and release level. SE80 executes transaction code SEU_INT with the following options and default parameters set.  Executed transaction: SEU_INT  Skip initial screen  No Parameter Default Values!  What is SAP SE80

SE80 SAP tcode – Object Navigator Read More »

ABAP SUBMIT to execute second SAP report

Below is example code snippet to use the ABAP SUBMIT statement within your SAP report programs so that you can execute a second report with the required values. And control whether the process flow then returns to the original report or ends with the call report. Simple SUBMIT example *&———————————————————————* REPORT ZTEST_CALL. DATA: lt_seltab TYPE

ABAP SUBMIT to execute second SAP report Read More »