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

RBBP_OFFLINE_EVAL SAP ABAP Report - Program for Receiving Decision E-mail in Offline Approval







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


Text pool values


Title: Program for Receiving Decision E-mail in Offline Approval
Text Symbol: L03 = Object ID:
Text Symbol: L02 = Obj. Type:
Text Symbol: L01 = Workitem ID:
Text Symbol: 025 = Could not check sender of e-mail.
Text Symbol: 024 = Error executing work item:
Text Symbol: 023 = Document contains errors. Approval is not possible.
Text Symbol: 022 = Could not unlock document
Text Symbol: 021 = Approval note should be changeable in display mode. Maintain Customizing settings.
Text Symbol: 020 = Error in Text Schema Customizing.
Text Symbol: 019 = Document Update was not Possible.
Text Symbol: 018 = Sender is not included in user master.
Text Symbol: 017 = Work item agent
Text Symbol: 016 = is Outside of Validity Period.
Text Symbol: 015 = is Locked.
Text Symbol: 014 = E-mail was not Deleted. Work Item was not Executed.
Text Symbol: 013 = E-mail Deleted from Inbox.
Text Symbol: 012 = No Work Item Found for Processing.
Text Symbol: 011 = Error Executing Work Item
Text Symbol: 010 = Could not be Executed.
Text Symbol: 009 = Document Locked. Work Item
Text Symbol: 008 = Executed Successfully
Text Symbol: 007 = Work Item
Text Symbol: 006 = Sender is not included in list of work item processors. E-mail was not deleted and work item was not executed.
Text Symbol: 005 = No e-mails exist for execution of work items
Text Symbol: 004 = Cannot read content of e-mail
Text Symbol: 003 = Not possible to delete e-mail.
Text Symbol: 002 = Error decoding the content of the e-mail
Text Symbol: 001 = The inbound message could not be read.


INCLUDES used within this REPORT RBBP_OFFLINE_EVAL

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:

SO_USER_READ_API1 CALL FUNCTION 'SO_USER_READ_API1' EXPORTING user = ls_user_id prepare_for_folder_access = 'X' IMPORTING user_data = ls_user_data EXCEPTIONS user_not_exist = 1 parameter_error = 2 x_error = 3 OTHERS = 4.

SO_FOLDER_READ_API1 CALL FUNCTION 'SO_FOLDER_READ_API1' EXPORTING folder_id = ls_user_data-inboxfol TABLES folder_content = gt_fol_cont EXCEPTIONS folder_not_exist = 1 operation_no_authorization = 2 OTHERS = 99.

SO_DOCUMENT_DELETE_API1 CALL FUNCTION 'SO_DOCUMENT_DELETE_API1' EXPORTING document_id = p_doc_id unread_delete = 'X' put_in_trash = '' EXCEPTIONS document_not_exist = 1 operation_no_authorization = 2 parameter_error = 3 x_error = 4 enqueue_error = 5 OTHERS = 6.



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