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

BBP_LA_ANALYZE_ACTIVITY_LOG SAP ABAP Report - Read and analyze activities log (BBPD_LA_ACTIVITY)







BBP_LA_ANALYZE_ACTIVITY_LOG 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_ANALYZE_ACTIVITY_LOG 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_ANALYZE_ACTIVITY_LOG. "Basic submit
SUBMIT BBP_LA_ANALYZE_ACTIVITY_LOG AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_LA_ANALYZE_ACTIVITY_LOG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Activities analysis Results
Selection Text: TYPE99 = Bid submission Locking
Selection Text: TYPE9 = Pause auction
Selection Text: TYPE8 = End auction
Selection Text: TYPE7 = Start auction
Selection Text: TYPE6 = Timeout
Selection Text: TYPE5 = Surrogate Logon
Selection Text: TYPE4 = Re-instate
Selection Text: TYPE3 = Ban.
Selection Text: TYPE2 = Logout
Selection Text: TYPE11 = Extend auction
Selection Text: TYPE10 = Resume auction
Selection Text: TYPE1 = Logon
Selection Text: TYPE0 = All
Selection Text: TO_TM = To (time)
Selection Text: TO_DT = To (date)
Selection Text: PARTGUID = User's partner guid (optional)
Selection Text: FROM_TM = From (time)
Selection Text: FROM_DT = From (date)
Selection Text: AUCGUID = Auction Guid (optional)
Title: Read and analyze activities log (BBPD_LA_ACTIVITY)
Text Symbol: 003 = Specify type of activities to view
Text Symbol: 002 = Specify time period (optional)
Text Symbol: 001 = Specify result list filters (optional)


INCLUDES used within this REPORT BBP_LA_ANALYZE_ACTIVITY_LOG

INCLUDE BBP_LA_ACTIVITY_CON.
INCLUDE BBP_LA_ACTIVITY_LOG_GRF01.
INCLUDE BBP_PD_CON_CL.
INCLUDE BBP_PD_CON_SECURITY.


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_PDSEC_AUTHORITY_CHECK CALL FUNCTION 'BBP_PDSEC_AUTHORITY_CHECK' EXPORTING is_auth_check = ls_auth_check EXCEPTIONS not_authorized = 1 OTHERS = 2.

BBP_LA_ACTIVITY_LOG_GET CALL FUNCTION 'BBP_LA_ACTIVITY_LOG_GET' EXPORTING I_AUCTION_GUID = aucguid I_PARTNER_GUID = partguid I_ACTION = lv_activity_type I_FROM = lv_from I_TO = lv_to TABLES ET_ACTIVITIES = lt_activities.

BBP_LA_ACTIVITY_LOG_GET CALL FUNCTION 'BBP_LA_ACTIVITY_LOG_GET' EXPORTING I_AUCTION_GUID = aucguid I_PARTNER_GUID = partguid I_ACTION = '98' I_FROM = lv_from I_TO = lv_to TABLES ET_ACTIVITIES = lt_activities.

BBP_LA_ACTIVITY_LOG_GET CALL FUNCTION 'BBP_LA_ACTIVITY_LOG_GET' EXPORTING I_AUCTION_GUID = aucguid I_PARTNER_GUID = partguid I_ACTION = '97' I_FROM = lv_from I_TO = lv_to TABLES ET_ACTIVITIES = lt_activities.

BBP_LA_ACTIVITY_LOG_GET CALL FUNCTION 'BBP_LA_ACTIVITY_LOG_GET' EXPORTING I_AUCTION_GUID = aucguid I_PARTNER_GUID = partguid I_ACTION = '96' I_FROM = lv_from I_TO = lv_to TABLES ET_ACTIVITIES = lt_activities.

BBP_LA_ACTIVITY_LOG_GET CALL FUNCTION 'BBP_LA_ACTIVITY_LOG_GET' EXPORTING I_AUCTION_GUID = aucguid I_PARTNER_GUID = partguid I_ACTION = '88' I_FROM = lv_from I_TO = lv_to TABLES ET_ACTIVITIES = lt_activities.

BBP_LA_ACTIVITY_LOG_GET CALL FUNCTION 'BBP_LA_ACTIVITY_LOG_GET' EXPORTING I_AUCTION_GUID = aucguid I_PARTNER_GUID = partguid I_ACTION = '87' I_FROM = lv_from I_TO = lv_to TABLES ET_ACTIVITIES = lt_activities.



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