SAP Reports / Programs

/ISDFPS/UPD_ORG_LEVS_BATCH SAP ABAP Report - Update the Organizational Level Fields







/ISDFPS/UPD_ORG_LEVS_BATCH 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 /ISDFPS/UPD_ORG_LEVS_BATCH 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

/ISDFPS/UPD_ORG_LEVB - Update the Org. Level Fields


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


Text pool values


Update the Organizational Level Fields
Selection Text: DISPLOG = Display Application Log?
Selection Text: MAILUSER = Mail Recipient
Selection Text: ONLYMARK = Selected Roles Only?
Selection Text: SENDMAIL = Send Mail?
Selection Text: PROFILE = D .
Selection Text: S_AGR = D .
Title: Update the Organizational Level Fields
Text Symbol: 300 = Role Manager: Update Organizational Level Fields
Text Symbol: P01 = Mail Recipient
Text Symbol: P02 = Send Mail?
Text Symbol: P03 = Display Application Log?
Text Symbol: P06 = Generate Profile?
Text Symbol: P09 = Selected Roles Only?
Text Symbol: T01 = Options
Text Symbol: T02 = Application Log
Text Symbol: T04 = Selection of Roles


INCLUDES used within this REPORT /ISDFPS/UPD_ORG_LEVS_BATCH

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:

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgid = 'S#' if_msgno = '244' if_msgty = 'S' CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/UPDATE_AGRS CALL FUNCTION '/ISDFPS/UPDATE_AGRS' EXPORTING if_update_profile = profile TABLES it_agr_def = gt_agr_def CHANGING ct_appl_log_msg = gt_appl_log_msg EXCEPTIONS import_para_error = 1 customizing_error = 2 error_message = 3 OTHERS = 4.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/MSG_TO_BAL_MSG CALL FUNCTION '/ISDFPS/MSG_TO_BAL_MSG' EXPORTING if_msgno = '049' if_msgty = 'S' CHANGING ct_appl_log_msg = gt_appl_log_msg.

/ISDFPS/BAL_MSG_SAVE CALL FUNCTION '/ISDFPS/BAL_MSG_SAVE' EXPORTING is_log_header = gs_log it_log_msg = gt_appl_log_msg if_mail_uname = mailuser if_send_mail = sendmail if_display_log = displog if_save_log = gf_save_log EXCEPTIONS import_para_error = 1 bal_log_error = 2 OTHERS = 3.



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 /ISDFPS/UPD_ORG_LEVS_BATCH or its description.