SDADIN02 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 SDADIN02 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: Data Selection Program for Form for Invoice
Text Symbol: 001 = Not packed
INCLUDE RVADTABL.
INCLUDE SDZAVDAT.
INCLUDE DOR01_F01.
No SAP DATABASE tables are accessed within this REPORT code!
OPEN_FORM call function 'OPEN_FORM' exporting form = tnapr-fonam language = nast-spras options = itcpo archive_index = toa_dara archive_params = arc_params device = xdevice dialog = ' ' exceptions others = 1.
CLOSE_FORM call function 'CLOSE_FORM' tables otfdata = lt_otfdata exceptions others = 1.
CLOSE_FORM call function 'CLOSE_FORM' "...Ende Formulardruck
WRITE_FORM call function 'WRITE_FORM' exporting element = 'TITLE_M' window = 'TITLE' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'TITLE_N' window = 'TITLE' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'TITLE_O' window = 'TITLE' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'TITLE_P' window = 'TITLE' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'TITLE_S' window = 'TITLE' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'TITLE_U' window = 'TITLE' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'TITLE_M' window = 'TITLE' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'REPEAT' window = 'REPEAT' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting window = 'INVOICE' exceptions window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'HEADER_TEXT' exceptions element = 1 window = 2.
CONTROL_FORM call function 'CONTROL_FORM' exporting command = 'PROTECT'.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_LINE'.
CONTROL_FORM call function 'CONTROL_FORM' exporting command = 'ENDPROTECT'.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_WITHOUT_PACKING'.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_PACKING'.
call function 'WRITE_FORM' exporting element = 'EMPTY_LINE'.
CONTROL_FORM call function 'CONTROL_FORM' exporting command = 'PROTECT'.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'END_VALUES'.
CONTROL_FORM call function 'CONTROL_FORM' exporting command = 'ENDPROTECT'.
CUD0_GET_CONFIGURATION * CALL FUNCTION 'CUD0_GET_CONFIGURATION' * EXPORTING * INSTANCE = VBDPR-CUOBJ * LANGUAGE = 'D' * TABLES * CONFIGURATION = TKOMCON * EXCEPTIONS * INSTANCE_NOT_FOUND = 4.
RV_PRICE_PRINT_ITEM call function 'RV_PRICE_PRINT_ITEM' exporting comm_head_i = komk comm_item_i = komp language = nast-spras importing comm_head_e = komk comm_item_e = komp tables tkomv = tkomv tkomvd = tkomvd.
WRITE_FORM * CALL FUNCTION 'WRITE_FORM' * EXPORTING * ELEMENT = 'ITEM_LINE_CONFIGURATION_HEADER' * EXCEPTIONS * OTHERS = 1.
WRITE_FORM * CALL FUNCTION 'WRITE_FORM' * EXPORTING * ELEMENT = 'ITEM_LINE_CONFIGURATION' * EXCEPTIONS * OTHERS = 1.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_LINE_PRICE_QUANTITY'.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_LINE_PRICE_TEXT'.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_CONSIGNEE' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_DELIVERY_NO' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_ORDER_NO' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_EXTERN_NO' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_PURCHASE_ORDER_NO' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'ITEM_SUM'.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'EMPTY_LINE' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'TAX_LINE'.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'SUM_LINE'.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'EMPTY_LINE' exceptions element = 1 window = 2.
WRITE_FORM call function 'WRITE_FORM' exporting element = 'AMOUNT_QUALIFYING_FOR_CASH_DISCOUNT' exceptions element = 1 window = 2.
NAST_PROTOCOL_UPDATE call function 'NAST_PROTOCOL_UPDATE' exporting msg_arbgb = syst-msgid msg_nr = syst-msgno msg_ty = syst-msgty msg_v1 = syst-msgv1 msg_v2 = syst-msgv2 msg_v3 = syst-msgv3 msg_v4 = syst-msgv4 exceptions others = 1.
RV_PRICE_PRINT_REFRESH call function 'RV_PRICE_PRINT_REFRESH' tables tkomv = tkomv.
RV_BILLING_PRINT_VIEW call function 'RV_BILLING_PRINT_VIEW' exporting comwa = vbco3 importing kopf = vbdkr tables pos = tvbdpr.
ADDR_GET call function 'ADDR_GET' exporting address_selection = gv_fb_addr_get_selection address_group = 'CA01' importing sadr = sadr exceptions others = 01. "SADR40A
RV_PRICE_PRINT_HEAD call function 'RV_PRICE_PRINT_HEAD' exporting comm_head_i = komk language = nast-spras importing comm_head_e = komk comm_mwskz = print_mwskz tables tkomv = tkomv tkomvd = hkomvd.
SD_PACKING_PRINT_VIEW call function 'SD_PACKING_PRINT_VIEW' exporting comwa = vbco3 importing vbpla_wa = vbpla tables vbplk_tab = lvbplk vbplp_tab = lvbplp vbpls_tab = lvbpls exceptions object_not_found = 01 others = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name SDADIN02 or its description.
SDADIN02 - Data Selection Program for Form for Invoice SDADIN02 - Data Selection Program for Form for Invoice SDADDN02 - Data Selection Program for the Delivery Note Form SDADDN02 - Data Selection Program for the Delivery Note Form SDACCON - Direct Values in the SD - FI Interface SD75CTOP - Data declaration of Report SDCAS75C