BBP_UPLOAD_PAYMENT_TERMS_F01 is a standard ABAP INCLUDE 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 BBP_UPLOAD_PAYMENT_TERMS_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
APPL_LOG_INIT CALL FUNCTION 'APPL_LOG_INIT' EXPORTING OBJECT = LS_HEADER-OBJECT EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 OTHERS = 3.
APPL_LOG_WRITE_HEADER CALL FUNCTION 'APPL_LOG_WRITE_HEADER' EXPORTING HEADER = LS_HEADER EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 ERROR = 3 OTHERS = 4.
APPL_LOG_WRITE_MESSAGES CALL FUNCTION 'APPL_LOG_WRITE_MESSAGES' EXPORTING OBJECT = LS_HEADER-OBJECT UPDATE_OR_INSERT = 'I' TABLES MESSAGES = LT_MESSAGES EXCEPTIONS OBJECT_NOT_FOUND = 0 SUBOBJECT_NOT_FOUND = 0 OTHERS = 0.
APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING OBJECT = LS_HEADER-OBJECT TABLES OBJECT_WITH_LOGNUMBER = LT_NUMBER EXCEPTIONS OBJECT_NOT_FOUND = 0 SUBOBJECT_NOT_FOUND = 0 INTERNAL_ERROR = 0 OTHERS = 0.
APPL_LOG_WRITE_MESSAGES CALL FUNCTION 'APPL_LOG_WRITE_MESSAGES' EXPORTING OBJECT = LS_HEADER-OBJECT UPDATE_OR_INSERT = 'I' TABLES MESSAGES = LT_MESSAGES EXCEPTIONS OBJECT_NOT_FOUND = 0 SUBOBJECT_NOT_FOUND = 0 OTHERS = 0.
BBP_OM_FIND_PURCH_ORGS_EXT CALL FUNCTION 'BBP_OM_FIND_PURCH_ORGS_EXT' EXPORTING SEARCH_PURCH_ORGX = LV_SEARCHTERM IMPORTING PORG_TAB = LT_PURCHORG EXCEPTIONS OTHERS = 0.
APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING OBJECT = LS_LOG_HEADER-OBJECT TABLES OBJECT_WITH_LOGNUMBER = LT_NUMBER EXCEPTIONS OBJECT_NOT_FOUND = 0 SUBOBJECT_NOT_FOUND = 0 INTERNAL_ERROR = 0 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BBP_UPLOAD_PAYMENT_TERMS_F01 - BBPUPLOADPAYMENTTERMSF01 BBP_UPLOAD_PAYMENT_TERMS - Transfer Payment Terms from Selected Backend Systems BBP_UPLOAD_PAYMENT_TERMS - Transfer Payment Terms from Selected Backend Systems BBP_UPDATE_PARTNER_PROT - Change of Standard Communication Type of External Business Partner BBP_UPDATE_PARTNER_PROT - Change of Standard Communication Type of External Business Partner BBP_UPDATE_LOCATIONS_ALL_TOP - BBPUPDATELOCATIONSALLTOP