RLAUTA20 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report you can generate
If you would like to execute this report or see the full code listing simply enter RLAUTA20 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Create Transfer Orders for Deliveries Automatically or Immediately
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TH_IN_UPDATE_TASK CALL FUNCTION 'TH_IN_UPDATE_TASK' IMPORTING IN_UPDATE_TASK = LV_IN_UPDATE_TASK.
L_COMMUNICATION_TO_CREATE_DN CALL FUNCTION 'L_COMMUNICATION_TO_CREATE_DN' IN BACKGROUND TASK EXPORTING VBELN = LIKP-VBELN BUSER = LIKP-ERNAM EXPRESS = SPACE BACKG = 'X' langu = sy-langu.
L_COMMUNICATION_TO_CREATE_DN CALL FUNCTION 'L_COMMUNICATION_TO_CREATE_DN' EXPORTING VBELN = LIKP-VBELN BUSER = LIKP-ERNAM EXPRESS = SPACE IMPORTING SUBRC = H_RC.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RLAUTA20 - Create Transfer Orders for Deliveries Automatically or Immediately RLAUTA20 - Create Transfer Orders for Deliveries Automatically or Immediately RLAUTA11 - Create transfer orders for posting change notices automatically RLAUTA11 - Create transfer orders for posting change notices automatically RLAUTA10 - Create Transfer Orders for Material Document in Background RLAUTA10 - Create Transfer Orders for Material Document in Background