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

BBPST01F01 SAP ABAP INCLUDE - Include BBPST01F01







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


INCLUDES used within this REPORT BBPST01F01

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:

SUSR_USER_AGR_ACTIVITYGR_GET CALL FUNCTION 'SUSR_USER_AGR_ACTIVITYGR_GET' EXPORTING USER_NAME = SY-UNAME * WITH_TEXT = ' ' TABLES USER_ACTIVITYGROUPS = USER_ACTIVITYGROUPS EXCEPTIONS * user_name_not_exist = 1 others = 2.

BWWF_GET_WORKITEMS CALL FUNCTION 'BWWF_GET_WORKITEMS' EXPORTING REGION = ' ' TABLES SINOBJCONT = TAB_WORKITEM EXCEPTIONS OTHERS = 1.

SO_INBOX_COUNTER_READ CALL FUNCTION 'SO_INBOX_COUNTER_READ' EXPORTING OWNER = SY-UNAME IMPORTING COUNTERS = INBOX_COUNTER EXCEPTIONS ACTIVE_USER_NOT_EXIST = 1 COMMUNICATION_FAILURE = 2 OPERATION_NO_AUTHORIZATION = 3 OWNER_NOT_EXIST = 4 SUBSTITUTE_NOT_ACTIVE = 5 SUBSTITUTE_NOT_DEFINED = 6 SYSTEM_FAILURE = 7 X_ERROR = 8 OTHERS = 9 .

SM02_GET_UNREAD_MESSAGE CALL FUNCTION 'SM02_GET_UNREAD_MESSAGE' EXPORTING ENTRY_TYPE = ' ' LAST_USR_EMSG = 0 IMPORTING COUNT = C1 TABLES MESSAGES = SYSTEM_MESSAGES.

BAPI_USER_GET_DETAIL * call function 'BAPI_USER_GET_DETAIL' * exporting * username = user * importing * LOGONDATA = * DEFAULTS = * address = user_address * COMPANY = * SNC = * tables * PARAMETER = * PROFILES = * ACTIVITYGROUPS = * return = bapireturn.

BBP_UPDATE_ATTRIBUTES CALL FUNCTION 'BBP_UPDATE_ATTRIBUTES' EXPORTING USER_ID_P = SY-UNAME REPLACE_P = ' ' TABLES IT_ATTR_P = ATTRIBUTES EXCEPTIONS OBJECT_NOT_FOUND = 1 TIMES_INVALID = 2 UPDATE_ERROR = 3 OTHERS = 4.

SWW_WI_HEADER_READ CALL FUNCTION 'SWW_WI_HEADER_READ' EXPORTING WI_ID = WI * READ_FOR_UPDATE = ' ' IMPORTING WI_HEADER = WI_HEADER EXCEPTIONS READ_FAILED = 1 OTHERS = 2 .

RH_GET_TASK_ATTRIBUTES CALL FUNCTION 'RH_GET_TASK_ATTRIBUTES' EXPORTING ACT_OBJECT_EXT = WI_HEADER-WI_RH_TASK * READ_METHOD = 'X' * READ_ALL_METHODS = * READ_CONTAINER = 'X' * READ_CLASS_LOCKFLAGS = 'X' * ACT_BEGDA = SY-DATUM * ACT_ENDDA = SY-DATUM * ACT_ISTAT = '1' * ACT_LANGU = SY-LANGU * ACT_PLVAR = * AUTHORITY_CHECK = 'X' * BUFFERED_ACCESS = 'X' IMPORTING * ACT_SHORT = * ACT_STEXT = * ACT_TASK_BEGDA = * ACT_TASK_ENDDA = * ACT_SWO_OBJECT_TYPE = * ACT_SWO_METHOD = * ACT_METHOD_SYNCHRON = * ACT_TYPE_BACKGROUND_TASK = * ACT_TYPE_CONFIRM_TASK_END = * ACT_WITEXT = * ACT_TASK_CLASS = * ACT_TASK_LOCKED_INSTANCE = * ACT_TASK_LOCKED_EXECUTION = * ACT_TASK_GENERAL = * ACT_TASK_NO_GENSEND = * ACT_WI_TYPE = ACT_TASK_ATTR = ACT_TASK_ATTR * TABLES * ACT_CONT_DEF = * ACT_METHODS = EXCEPTIONS NO_ACTIVE_PLVAR = 1 NO_ORG_OBJECT = 2 ORG_OBJECT_NOT_FOUND = 3 NO_TASK_TYPE = 4 TASK_GROUP = 5 OTHERS = 6 .

RH_WI_AGENTS_GET CALL FUNCTION 'RH_WI_AGENTS_GET' EXPORTING ACT_WI_ID = WI * SEARCH_DATE = SY-DATUM * EXCLUDED_AGENTS_GIVEN = TABLES * EXCLUDED_AGENTS = WI_AGENT_LIST = WI_AGENT_LIST EXCEPTIONS NO_ACTIVE_PLVAR = 1 NO_AGENT_FOUND = 2 GENERAL_TASK = 3 BACKGROUND_TASK = 4 OTHERS = 5 .

RH_SUBSTITUTIONS_GET CALL FUNCTION 'RH_SUBSTITUTIONS_GET' EXPORTING user_type = 'US' user_name = sy-uname * SEARCH_DATE = SY-DATUM * ACT_PLVAR = READ_ONLY_ACTIVE = '' * IMPORTING * ACT_PLVAR = TABLES inbox_view = lt_subst_agents EXCEPTIONS no_active_plvar = 1 user_not_defined = 2 no_substitution_found = 3 OTHERS = 4 .



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