SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

RBDPRIORITY SAP ABAP Report - Parameters for Inbound Prioritization







RBDPRIORITY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With the help of this report, it is possible to execute all the required settings for inbound IDoc processing through bgRFC groups...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RBDPRIORITY into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WE20BGRFC - Settings for Inb. Proc. Using bgRFC


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


Text pool values


Selection Text: PD_DARK = Apply Change
Selection Text: RB_OPT = Options
Selection Text: RB_PAR = Partners
Selection Text: MESCOD = D .
Selection Text: MESFCT = D .
Selection Text: MESTYP = D .
Selection Text: PD_GRPID = D .
Selection Text: PD_QRULE = D .
Selection Text: PP_GRPID = D .
Selection Text: PP_QRULE = D .
Selection Text: P_GRPID = D .
Selection Text: P_QRULE = D .
Selection Text: SNDPFC = D .
Selection Text: SNDPRN = D .
Selection Text: SNDPRT = D .
Selection Text: TEST = D .
Title: Parameters for Inbound Prioritization
Text Symbol: SEL = Large Selection Set
Text Symbol: S01 = Data was saved
Text Symbol: ROO = Inbound Options
Text Symbol: QUE = tRFC Queue Names
Text Symbol: Q02 = Save Data
Text Symbol: Q01 = Save changes?
Text Symbol: PRI = bgRFC Inbound Groups
Text Symbol: PRD = bgRFC Inbound Destinations
Text Symbol: P01 = Additional destination for priority 01 has been deleted
Text Symbol: MAS = Mass Change
Text Symbol: MA3 = Data records were changed
Text Symbol: 001 = Selection of Partners
Text Symbol: 002 = Parameters for Mass Maintenance
Text Symbol: 003 = Option Selection
Text Symbol: 004 = Select Using:
Text Symbol: 005 = Partner Selection
Text Symbol: 103 = Standard Text
Text Symbol: 106 = Delete
Text Symbol: 108 = Assign Inbound Queue Function
Text Symbol: 109 = Display <-> Change
Text Symbol: 110 = Save





Text Symbol: 111 = Read New Data
Text Symbol: 117 = Change Options
Text Symbol: BGQ = qRFC Queue Priority
Text Symbol: DRK = Do you want to perform the change in the background? &1 data records were selected.
Text Symbol: E01 = No authorization for displaying data
Text Symbol: E02 = No authorization for changing data
Text Symbol: E03 = Error during initialization of the program
Text Symbol: E04 = First create the inbound groups
Text Symbol: E05 = Select one line only
Text Symbol: E06 = Furst change the group assignment in the partner profile
Text Symbol: E07 = The priority of the group is still used in the priority assignment
Text Symbol: E08 = Partner could not be locked
Text Symbol: E09 = Partner options could not be saved
Text Symbol: L01 = Processing Partner Profiles
Text Symbol: L02 = No display authorization for partner profile
Text Symbol: L03 = No change authorization for partner profile
Text Symbol: MA2 = Processing Progress


INCLUDES used within this REPORT RBDPRIORITY

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:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'WE85_INBOUND' EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING TABNAME = 'RBDPRIORITY' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = log_handle EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'EDPO_QUEUE_INB' CHANGING ct_fieldcat = it_fieldcat.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'EDIDESTFORPRIO' CHANGING ct_fieldcat = it_fieldcat.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'EDIPRIOID' CHANGING ct_fieldcat = it_fieldcat.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'EDIQIDEST' CHANGING ct_fieldcat = it_fieldcat.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'EDK21' CHANGING ct_fieldcat = it_fieldcat.

LVC_FIELDCATALOG_MERGE





CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'EDP_PARAMS' CHANGING ct_fieldcat = it_fieldcat.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-q02 text_question = text-q01 IMPORTING answer = answer EXCEPTIONS OTHERS = 0.

F4IF_SELECT_VALUES CALL FUNCTION 'F4IF_SELECT_VALUES' EXPORTING shlp = shlp TABLES return_tab = return_tab.

F4IF_SELECT_VALUES CALL FUNCTION 'F4IF_SELECT_VALUES' EXPORTING shlp = shlp TABLES return_tab = return_tab.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = tcode EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = tcode EXCEPTIONS ok = 1 not_ok = 2 OTHERS = 3.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = log_handle EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-sel text_question = frage display_cancel_button = ' ' IMPORTING answer = answer EXCEPTIONS OTHERS = 0.

EDI_AGREE_IN_OPTION_GET CALL FUNCTION 'EDI_AGREE_IN_OPTION_GET' EXPORTING partner = partner IMPORTING params = params EXCEPTIONS no_data_found = 1 OTHERS = 2.

EDI_AGREE_IN_OPTION_SAVE CALL FUNCTION 'EDI_AGREE_IN_OPTION_SAVE' EXPORTING partner = partner params = params EXCEPTIONS DATA_SAVE_ERROR = 1 OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT.

DEQUEUE_EDP21 CALL FUNCTION 'DEQUEUE_EDP21' EXPORTING SNDPRN = wa_edp21-sndprn SNDPRT = wa_edp21-sndprt.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = log_handle EXCEPTIONS OTHERS = 1.

EDI_AGREE_IN_OPTION_SAVE CALL FUNCTION 'EDI_AGREE_IN_OPTION_SAVE' EXPORTING partner = partner params = params EXCEPTIONS DATA_SAVE_ERROR = 1 OTHERS = 2.

DEQUEUE_EDP21 CALL FUNCTION 'DEQUEUE_EDP21' EXPORTING SNDPRN = partner-SNDPRN SNDPRT = partner-SNDPRT.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'EDIPRIOID' retfield = 'GROUPID' dynpprog = sy-repid dynpnr = sy-dynnr value_org = 'S' TABLES value_tab = priotable field_tab = field_tab return_tab = return_tab EXCEPTIONS OTHERS = 0.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'EDPO_QUEUE_INB' retfield = 'RULE_NAME' dynpprog = sy-repid dynpnr = sy-dynnr value_org = 'S' TABLES value_tab = rule_table field_tab = field_tab return_tab = return_tab EXCEPTIONS OTHERS = 0.

BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = it_log_handle i_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.

BAL_LOG_DELETE CALL FUNCTION 'BAL_LOG_DELETE' EXPORTING i_log_handle = p_log_handle EXCEPTIONS log_not_found = 1 OTHERS = 2.




BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING I_LOG_HANDLE = LOG_HANDLE I_MSGTY = msgty I_PROBCLASS = probclass I_TEXT = str EXCEPTIONS LOG_NOT_FOUND = 1 MSG_INCONSISTENT = 2 LOG_IS_FULL = 3 OTHERS = 4 .

ENQUEUE_EDP21 CALL FUNCTION 'ENQUEUE_EDP21' EXPORTING sndprn = p_parnum sndprt = p_partyp EXCEPTIONS foreign_lock = 1 OTHERS = 2.



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