UPB_DATA_IMPORT 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 UPB_DATA_IMPORT 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: Planning Applications: Import Master and Transaction Data
Text Symbol: TD1 = Transaction Data
Text Symbol: NTD = Select Transaction Data Again
Text Symbol: NMD = Select Master Data Again
Text Symbol: NEW = Only complete new values
Text Symbol: MD2 = Import Master Data to Characteristic
Text Symbol: WRK = Editing
Text Symbol: TRA = Execute Import
Text Symbol: TD3 = Display Transaction Data
Text Symbol: TD2 = Import Transaction Data
Text Symbol: MD1 = Master Data
Text Symbol: BMD = Get Master Data from Buffer
Text Symbol: AR1 = Import Data on Planning Area
Text Symbol: ALL = Import All Values
Text Symbol: 002 = No
Text Symbol: 001 = Yes
Text Symbol: IMP = Import Transaction Data
Text Symbol: DIS = Only Display Import
Text Symbol: CL1 = Import Data from Client
Text Symbol: CFM = Execute import anyway?
Text Symbol: BTD = Get Transaction Data from Buffer
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
UPB_DATA_MD_IMPORT_CHAR * CALL FUNCTION 'UPB_DATA_MD_IMPORT_CHAR' * EXPORTING * i_area = p_area * i_chanm = pt_chanm-low * i_mode = l_md_mode * EXCEPTIONS * no_data = 1 * structure_mismatch = 2 * failed = 3 * OTHERS = 4.
UPB_DATA_MD_DIRECTORY * CALL FUNCTION 'UPB_DATA_MD_DIRECTORY' * EXPORTING * i_chanm = pt_chanm-low * IMPORTING * eto_directory = gto_md_directory.
POPUP_TO_CONFIRM * CALL FUNCTION 'POPUP_TO_CONFIRM' * EXPORTING * titlebar = text-imp * diagnose_object = 'UPB_TEXT_CONFIRM_DATA_IMPORT' * text_question = text-cfm * text_button_1 = text-001 * text_button_2 = text-002 * default_button = '2' * display_cancel_button = ' ' * popup_type = 'ICON_MESSAGE_ERROR' * IMPORTING * answer = l_answer * EXCEPTIONS * text_not_found = 0 * OTHERS = 0.
UPB_DATA_TD_IMPORT_AREA * CALL FUNCTION 'UPB_DATA_TD_IMPORT_AREA' * EXPORTING * i_area = p_area * i_display_data = p_sel_ds * EXCEPTIONS * no_data = 1 * structure_mismatch = 2 * failed = 3 * foreign_lock = 4 * user_cancel = 5 * OTHERS = 6.
UPB_DATA_TD_DIRECTORY * CALL FUNCTION 'UPB_DATA_TD_DIRECTORY' * EXPORTING * i_area = p_area * IMPORTING * eto_directory = gto_td_directory.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UPB_DATA_IMPORT - Planning Applications: Import Master and Transaction Data UPB_DATA_IMPORT - Planning Applications: Import Master and Transaction Data UPB_DATA_F01 - UPBDATAF01 UPB_DATA_EXPORT_F05 - UPBDATAEXPORTF05 UPB_DATA_EXPORT - Planning Applications: Export Master and Transaction Data UPB_DATA_EXPORT - Planning Applications: Export Master and Transaction Data