RNUGPST2 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 RNUGPST2 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: NOUPD = Test Mode
Title: IS-H: Standardize All Search Fields in Business Partner
Text Symbol: 001 = Standardize Bus.Partner Search Fields
Text Symbol: 002 = Run
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_SAP_BP_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_BP_CHECK_ACTIVE' IMPORTING e_status = g_sap_bp_active EXCEPTIONS * NOT_ACTIVE = 1 OTHERS = 0.
ISH_TRANS_STAND call function 'ISH_TRANS_STAND' exporting string_norm =
-name_org1 importing string_stand = -NAME_ORG1_STD.
ISH_TRANS_STAND call function 'ISH_TRANS_STAND' exporting string_norm =
-name_org2 importing string_stand = -NAME_ORG2_STD.
ISH_TRANS_STAND call function 'ISH_TRANS_STAND' exporting string_norm =
-name_org3 importing string_stand = -NAME_ORG3_STD.
ISH_TRANS_STAND call function 'ISH_TRANS_STAND' exporting string_norm =
-SHORT_NAME importing string_stand = -SHORT_NAME_STD.
ISH_TRANS_STAND call function 'ISH_TRANS_STAND' exporting string_norm =
-name_last importing string_stand = -NAME_last_STD.
ISH_TRANS_STAND call function 'ISH_TRANS_STAND' exporting string_norm =
-name_first importing string_stand = -NAME_first_STD.
ISH_TRANS_STAND call function 'ISH_TRANS_STAND' exporting string_norm =
-SHORT_NAME importing string_stand = -SHORT_NAME_STD.
ISH_TRANS_STAND CALL FUNCTION 'ISH_TRANS_STAND' EXPORTING string_norm = ingpa-name1 IMPORTING string_stand = ingpa-nam1s.
ISH_TRANS_STAND CALL FUNCTION 'ISH_TRANS_STAND' EXPORTING string_norm = ingpa-name2 IMPORTING string_stand = ingpa-nam2s.
ISH_TRANS_STAND CALL FUNCTION 'ISH_TRANS_STAND' EXPORTING string_norm = ingpa-ort IMPORTING string_stand = ingpa-orts.
ISH_TRANS_STAND CALL FUNCTION 'ISH_TRANS_STAND' EXPORTING string_norm = ingpa-kname IMPORTING string_stand = ingpa-knams.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUGPST2 - IS-H: Standardize All Search Fields in Business Partner RNUGPST2 - IS-H: Standardize All Search Fields in Business Partner RNUFPZ01 - IS-H: XPRA Case-to-Person Assignment RNUFPZ01 - IS-H: XPRA Case-to-Person Assignment RNUFPAT0_F01 - RNUFPAT0F01 RNUFPAT0 - IS-H: Default Values for Physicians in Patient Master Data