SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | RFx(SRM-EBP-BID) SAP SRM

BBP_LA_MAINTAIN SAP ABAP Report - Maintain Live Auction tables







BBP_LA_MAINTAIN 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 BBP_LA_MAINTAIN into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT BBP_LA_MAINTAIN. "Basic submit
SUBMIT BBP_LA_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_LA_MAINTAIN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Maintain Live Auction utility tables, e.g. auction profiles etc...
Selection Text: VAL = copy/delete bbpd_la_prop_val
Selection Text: TOCLNT2 = To Client
Selection Text: TOCLNT1 = To Client
Selection Text: REPLACE = Replace existing entries
Selection Text: PROCTYPE = Process Type
Selection Text: NONE = Don't maintain ABAP properties
Selection Text: NOMSG = Don't delete Msg & Login data
Selection Text: LANGU = Language
Selection Text: KY2 = copy/delete bbpd_la_prop_ky2
Selection Text: KEY = copy/delete bbpd_la_prop_key?
Selection Text: FRCLNT2 = From Client
Selection Text: FRCLNT1 = From Client
Selection Text: DELPROP = Delete ABAP properties
Selection Text: DELLOG = Clean up activities log
Selection Text: DELAUC = Delete Msg&Login data per auc
Selection Text: DELALL = Delete all Msg & Login data
Selection Text: COPYPROP = Copy ABAP properties
Selection Text: COPYPROF = Copy Auction Profiles
Selection Text: CLNT4 = Delete all from Client
Selection Text: AUC4 = Auction guid
Selection Text: AUC3 = Delete log for this auc guid
Title: Maintain Live Auction tables
Text Symbol: 004 = Clean up messages and login data
Text Symbol: 003 = Maintain Activity Log
Text Symbol: 002 = Maintain ABAP properties
Text Symbol: 001 = Copy Auction Profiles


INCLUDES used within this REPORT BBP_LA_MAINTAIN

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

BBP_LA_MAINT_COPY_PROFILES CALL FUNCTION 'BBP_LA_MAINT_COPY_PROFILES' EXPORTING I_FROM_CLIENT = frclnt1 I_TO_CLIENT = toclnt1 I_REPLACE = replace I_PROCESS_TYPE = proctype I_LANGU = langu.

BBP_LA_MAINT_COPY_PROPERTIES CALL FUNCTION 'BBP_LA_MAINT_COPY_PROPERTIES' EXPORTING I_FROM_CLIENT = frclnt2 I_TO_CLIENT = toclnt2 I_COPY_KEY = key I_COPY_KY2 = ky2 I_COPY_VAL = val.

BBP_LA_MAINT_DELETE_PROPERTIES CALL FUNCTION 'BBP_LA_MAINT_DELETE_PROPERTIES' EXPORTING I_DEL_KEY = key I_DEL_KY2 = ky2 I_DEL_VAL = val I_CLIENT = frclnt2.

BBP_LA_ACTIVITY_LOG_DELETE CALL FUNCTION 'BBP_LA_ACTIVITY_LOG_DELETE' EXPORTING I_AUCTION_GUID = auc3.

BBP_LA_MAINT_DELETE_NONBUS CALL FUNCTION 'BBP_LA_MAINT_DELETE_NONBUS' EXPORTING I_DELETE_MSG = 'X' I_CLIENT = clnt4.

BBP_LA_MSG_MESSAGE_AUCT_DELETE CALL FUNCTION 'BBP_LA_MSG_MESSAGE_AUCT_DELETE' EXPORTING I_AUC_GUID = auc4.



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 BBP_LA_MAINTAIN or its description.