RBOS02_WAP 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 RBOS02_WAP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
BOS02_WAP - Service Entry Sheet: WAP Transaction
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: Service Entry Sheet: WAP Scenario
Text Symbol: 001 = Search Index / Short text
Text Symbol: 002 = Chosen line
Text Symbol: 003 = Enter Quantity
Text Symbol: 004 = Unit
Text Symbol: 005 = Plant
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SD_VBAK_SELECT call function 'SD_VBAK_SELECT' exporting i_document_number = i_order_number importing e_vbak = es_vbak exceptions document_not_found = 1 others = 2.
SD_VBAP_SELECT call function 'SD_VBAP_SELECT' exporting i_document_number = i_order_number i_item_number = i_order_item importing e_vbap = es_vbap * e_vbapvb = exceptions item_not_found = 1 others = 2.
SD_VBKD_SELECT call function 'SD_VBKD_SELECT' exporting i_document_number = i_order_number i_item_number = i_order_item importing e_vbkd = es_vbkd exceptions entry_not_found = 1 others = 2.
BS01_SALESORDER_GETDETAIL call function 'BS01_SALESORDER_GETDETAIL' exporting salesdocument = l_order_data-salesdocument * INTERNAL_USE = ' ' importing order_header = l_order_data-order_header tables return = l_order_data-return order_items = l_order_data-order_items order_schedule_lines = l_order_data-order_schedule_lines order_business = l_order_data-order_business order_partners = l_order_data-order_partners order_address = l_order_data-order_address order_statusheaders = l_order_data-order_statusheaders order_statusitems = l_order_data-order_statusitems order_conditions = l_order_data-order_conditions order_cond_head = l_order_data-order_cond_head order_cond_item = l_order_data-order_cond_item order_cond_qty_scale = l_order_data-order_cond_qty_scale order_cond_val_scale = l_order_data-order_cond_val_scale order_contracts = l_order_data-order_contracts order_textheaders = l_order_data-order_textheaders order_textlines = l_order_data-order_textlines order_flows = l_order_data-order_flows order_cfgs_curefs = l_order_data-order_cfgs_curefs order_cfgs_cucfgs = l_order_data-order_cfgs_cucfgs order_cfgs_cuins = l_order_data-order_cfgs_cuins order_cfgs_cuprts = l_order_data-order_cfgs_cuprts order_cfgs_cuvals = l_order_data-order_cfgs_cuvals order_cfgs_cublbs = l_order_data-order_cfgs_cublbs order_cfgs_cuvks = l_order_data-order_cfgs_cuvks order_billingplans = l_order_data-order_billingplans order_billingdates = l_order_data-order_billingdates order_creditcards = l_order_data-order_creditcards extensionout = l_order_data-extensionout order_services = l_order_data-order_services order_services_text = l_order_data-order_services_text order_services_cond = l_order_data-order_services_cond.
BS01_CDMEMOREQUEST_CREATE call function 'BS01_CDMEMOREQUEST_CREATE' exporting * SALESDOCUMENT = cdmemorequest_header_in = ses_data-cdmemorequest_header_in * CDMEMOREQUEST_HEADER_INX = * SENDER = * BINARY_RELATIONSHIPTYPE = * INT_NUMBER_ASSIGNMENT = * BEHAVE_WHEN_ERROR = * LOGIC_SWITCH = * TESTRUN = importing salesdocument_ex = ses_data-salesdocument_ex tables return = ses_data-return cdmemorequest_items_in = ses_data-cdmemorequest_items_in * CDMEMOREQUEST_ITEMS_INX = ses_data-cdmemorequest_items_inx cdmemorequest_partners = ses_data-cdmemorequest_partners * CDMEMOREQUEST_SCHEDULES_IN = * CDMEMOREQUEST_SCHEDULES_INX = * CDMEMOREQUEST_CONDITIONS_IN = * CDMEMOREQUEST_CFGS_REF = * CDMEMOREQUEST_CFGS_INST = * CDMEMOREQUEST_CFGS_PART_OF = * CDMEMOREQUEST_CFGS_VALUE = * CDMEMOREQUEST_CFGS_BLOB = * CDMEMOREQUEST_CFGS_VK = * CDMEMOREQUEST_CFGS_REFINST = * CDMEMOREQUEST_CCARD = * CDMEMOREQUEST_TEXT = * CDMEMOREQUEST_KEYS = * EXTENSIONIN = cdmemorequest_services = ses_data-cdmemorequest_services * CDMEMOREQUEST_SERVICES_TEXT = .
BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = ls_msg_struct-type cl = ls_msg_struct-id number = ls_msg_struct-num par1 = ls_msg_struct-var1 par2 = ls_msg_struct-var2 par3 = ls_msg_struct-var3 par4 = ls_msg_struct-var4 importing return = ls_return.
BAPI_TRANSACTION_COMMIT CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' EXPORTING WAIT = 'X'.
ITS_PING call function 'ITS_PING' exceptions its_not_available = 1 others = 2.
Z_SEND_EMAIL
SCROLLING_IN_TABLE call function 'SCROLLING_IN_TABLE' exporting entry_act = g_search_result-cursor * ENTRY_FROM = 1 entry_to = g_search_result-nr_lines * LAST_PAGE_FULL = 'X' loops = g_search_result-loop_lines ok_code = ok_code overlapping = 'X' * PAGE_ACT = 0 * PAGE_GO = 0 importing * ENTRIES_SUM = entry_new = g_search_result-cursor * PAGES_SUM = * PAGE_NEW = exceptions no_entry_or_page_act = 1 no_entry_to = 2 no_ok_code_or_page_go = 3 others = 4.
SCROLLING_IN_TABLE call function 'SCROLLING_IN_TABLE' exporting entry_act = g_selected_list-cursor * ENTRY_FROM = 1 entry_to = g_selected_list-nr_lines * LAST_PAGE_FULL = 'X' loops = g_selected_list-loop_lines ok_code = ok_code overlapping = 'X' * PAGE_ACT = 0 * PAGE_GO = 0 importing * ENTRIES_SUM = entry_new = g_selected_list-cursor * PAGES_SUM = * PAGE_NEW = exceptions no_entry_or_page_act = 1 no_entry_to = 2 no_ok_code_or_page_go = 3 others = 4.
Contribute (Add Comments)
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 RBOS02_WAP or its description.
RBOS02_WAP - Service Entry Sheet: WAP Scenario RBOS02_WAP - Service Entry Sheet: WAP Scenario RBORGRSHPFUNC - Call Function Modules for Shipments in From Core Transaction RBORGRSHPFUNC - Call Function Modules for Shipments in From Core Transaction RBONRTOP - documentation and ABAP source code RBONRRVB - Correct Object Number Management for Object Types VB, VK