Skip to content

BAPI_BL_REQUESTDETAIL

Pattern of SAP BAPI Function Module BAPI_BL_REQUESTDETAIL

CALL FUNCTION 'BAPI_BL_REQUESTDETAIL' "BAPI to Request Location detail data
  EXPORTING
    locationid =                " bapibuloc01-locationid  Business location
    businesstype =              " bapibuloc01-businesstype  Business type
    .  "  BAPI_BL_REQUESTDETAIL
Related SAP Training Study materials and help guides
  1. BAPI_BL_EXISTENCECHECK Pattern of SAP BAPI function Module BAPI_BL_EXISTENCECHECK CALL FUNCTION 'BAPI_BL_EXISTENCECHECK' "Check if location exists EXPORTING locationid = " bapibuloc01-locationid Business Location identifier IMPORTING return = " bapiret2 Return Code . " BAPI_BL_EXISTENCECHECK...
  2. BAPI_BL_GETDETAIL Pattern of SAP BAPI Function Module BAPI_BL_GETDETAIL CALL FUNCTION 'BAPI_BL_GETDETAIL' "Business Location Detail Data BAPI EXPORTING locationid = " oifspbl-pblnr Location * businesstype = " bapibuloc01-businesstype Business type IMPORTING return = " bapiret2 Return address = " bapiaddr1 Address * TABLES * businesstypedata = " bapibuloc03 Business types and Convenience stores * openinghours = " [...]...
  3. BAPI_BLD_GETDETAIL Pattern of SAP BAPI Function Module BAPI_BLD_GETDETAIL CALL FUNCTION 'BAPI_BLD_GETDETAIL' "Reads out the dip history for one location/material EXPORTING locationid = " bapibuloc01-locationid material = " bapibulocd01-material timerange = " bapibuloc08 IMPORTING return = " bapiret2 TABLES dipreadings = " bapibulocd02 . " BAPI_BLD_GETDETAIL...
  4. BAPI_BLM_GETDETAIL Pattern of SAP BAPI Function Module BAPI_BLM_GETDETAIL CALL FUNCTION 'BAPI_BLM_GETDETAIL' "Reads out the meter history EXPORTING locationid = " bapibuloc01-locationid servicetype = " bapibulocm01-servicetype material = " bapibulocm01-material timerange = " bapibuloc08 IMPORTING return = " bapiret2 TABLES meterreadings = " bapibulocm02 . " BAPI_BLM_GETDETAIL...
  5. BAPI_BL_RECEIVEDETAIL 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 [...]...
  6. BAPI_BLP_GETLIST Pattern of SAP BAPI Function Module BAPI_BLP_GETLIST CALL FUNCTION 'BAPI_BLP_GETLIST' "Retrieves the current sales prices of a set of materials TABLES * range_locations = " bapibulocp05 Location range for selection of entries * range_materials = " bapibulocp06 Material range for selection of entries * range_servicetypes = " bapibulocp07 Service type range for selection of entries [...]...
  7. BAPI_APPREQUEST_REMOVEVARIANT Pattern of SAP BAPI function Module BAPI_APPREQUEST_REMOVEVARIANT CALL FUNCTION 'BAPI_APPREQUEST_REMOVEVARIANT' "Delete Appropriation Request Variant EXPORTING externalnumber = " bapi_appreq_id-appreq Appropriation Request appropriationrequestvariant = " bapi_appreq_id-appreqvrnt Appropriation Request Variant * test_run = ' ' " bapi_appreq_aux-testrun Test Run * TABLES * return = " bapiret2 Return Code . " BAPI_APPREQUEST_REMOVEVARIANT...
  8. BAPI_APPREQUEST_RESETPLANVALUE Pattern of SAP BAPI function Module BAPI_APPREQUEST_RESETPLANVALUE CALL FUNCTION 'BAPI_APPREQUEST_RESETPLANVALUE' "Reset Plan Values of Appropriation Request Variant EXPORTING externalnumber = " bapi_appreq_id-appreq Appropriation Request appropriationrequestvariant = " bapi_appreq_id-appreqvrnt Appropriation Request Variant * test_run = ' ' " bapi_appreq_aux-testrun Test Run * TABLES * return = " bapiret2 Return Code . " BAPI_APPREQUEST_RESETPLANVALUE...
  9. BAPI_APPREQUEST_DELETE Pattern of SAP BAPI function Module BAPI_APPREQUEST_DELETE CALL FUNCTION 'BAPI_APPREQUEST_DELETE' "Delete appropriation request EXPORTING externalnumber = " bapi_appreq_id-appreq Appropriation Request * test_run = ' ' " bapi_appreq_aux-testrun Test Run * TABLES * return = " bapiret2 Return Code . " BAPI_APPREQUEST_DELETE...
  10. BAPI_BLP_COMPAREPRICES Pattern of SAP BAPI Function Module BAPI_BLP_COMPAREPRICES CALL FUNCTION 'BAPI_BLP_COMPAREPRICES' "Compares actual prices vs location material price conditions TABLES businesslocationprices = " bapibulocp08 Business location price update structure(IS-Oil, SSR) * extensionin = " bapiparex Ref. structure for BAPI parameters EXTENSIONIN/EXTENSIONOUT . " BAPI_BLP_COMPAREPRICES...