SAP Reports / Programs | Basic Data | SAP Healthcare - Industry-Specific Components for Hospitals | Basic Data(IS-H-BD) SAP IS

RNUGPST2 SAP ABAP Report - IS-H: Standardize All Search Fields in Business Partner







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


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 RNUGPST2. "Basic submit
SUBMIT RNUGPST2 AND RETURN. "Return to original report after report execution complete
SUBMIT RNUGPST2 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: 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


INCLUDES used within this REPORT RNUGPST2

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:

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.



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