Pattern of SAP BAPI Function Module BAPI_BL_RECEIVEDETAIL
CALL FUNCTION 'BAPI_BL_RECEIVEDETAIL' "IS-Oil SSR Business location detail data
EXPORTING
locationid = " oif_pblnr Business location identifier (IS-Oil MRN)
* address = " bapiaddr1 BAPI Reference Structure for Addresses (Org./Company)
IMPORTING
return = " bapiret2 Return
* TABLES
* businesstypedata = " bapibuloc03 Business types and Convenience stores
* openinghours = " bapibuloc04 Opening hours
* competitors = " bapibuloc05 Competitor loctions
* allocatedmaterials = " bapibuloc06 Materials and Service types
* acceptedpaymentcards = " bapibuloc07 Accepted payment cards
* communication_tel = " bapiadtel Telephone numbers
* communication_fax = " bapiadfax Fax numbers
* communication_tlx = " bapiadtlx Telex numbers
* communication_ttx = " bapiadttx Teletext numbers
* communication_x400 = " bapiadx400 X.400 adresses
* communication_smtp = " bapiadsmtp e-mail addresses
* communication_rml = " bapiadrml R/Mail addresses
* communication_rfc = " bapiadrfc RFC addresses
* communication_prt = " bapiadprt PRT addresses
* communication_ssf = " bapiadssf SSF addresses
* communication_uri = " bapiaduri URI addresses
* communication_pag = " bapiadpag Pager numbers
* communication_rem = " bapiad_rem Address comments
* communication_comrem = " bapicomrem Communication type comments
* extensionout = " bapiparex Extension parameter for customer data
. " BAPI_BL_RECEIVEDETAIL


