ADP_DELT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter ADP_DELT 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.
Selection Text: S_MOBSIT = Mobile Site
Selection Text: S_3KEY3 = KEYFIELD3
Selection Text: S_3KEY2 = KEYFIELD2
Selection Text: S_3KEY1 = KEYFIELD1
Selection Text: S_2KEY2 = KEYFIELD2
Selection Text: S_2KEY1 = KEYFIELD1
Selection Text: S_1KEY1 = KEYFIELD1
Selection Text: P_UPD = Update Task On
Selection Text: P_SE30 = SE30 Analyse Mode (Only CRM)
Selection Text: P_SBTYP = sBDoc Type Short Text
Selection Text: P_REP = Number of Repetitions
Selection Text: P_MODE3 = Operation
Selection Text: P_MODE2 = Operation
Selection Text: P_MODE1 = Operation
Selection Text: P_MOBIN = Mobile Inbound BDoc Message
Selection Text: P_INT2 = TYPE_X_INT2
Selection Text: P_DATFLD = /CRMMW/DATFIELD
Selection Text: P_CUKY = TYP_C_CUKY
Selection Text: P_BLKSIZ = Block Size of Data Package
Title: Adpter Test Object: Delta Load
Text Symbol: 003 = /CRMMW/TST
Text Symbol: 002 = CRMADPTST2
Text Symbol: 001 = CRMADPTST1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CRM_UPDATE_ADPTEST_TABLES CALL FUNCTION 'CRM_UPDATE_ADPTEST_TABLES' EXPORTING I_MODE1 = P_MODE1 I_MODE2 = P_MODE2 I_MODE3 = P_MODE3 I_LAST_CALL = LV_LAST_CALL TABLES T_CRMADPTST1 = LT_CRMADPTST1 T_CRMADPTST2 = LT_CRMADPTST2 T_CRMMWTST = LT_CRMMWTST EXCEPTIONS OTHERS = 1.
CRM_UPDATE_ADPTEST_TABLES CALL FUNCTION 'CRM_UPDATE_ADPTEST_TABLES' IN UPDATE TASK EXPORTING I_MODE1 = P_MODE1 I_MODE2 = P_MODE2 I_MODE3 = P_MODE3 I_LAST_CALL = LV_LAST_CALL TABLES T_CRMADPTST1 = LT_CRMADPTST1 T_CRMADPTST2 = LT_CRMADPTST2 T_CRMMWTST = LT_CRMMWTST EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.