SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

DBPNPGMC SAP ABAP Report - Generator for Selection Methods for Search Helps for LDB PNP and PNPCE







DBPNPGMC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use the logical databases PNP and PNPCE to select personnel numbers using a search help...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 DBPNPGMC 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 DBPNPGMC. "Basic submit
SUBMIT DBPNPGMC AND RETURN. "Return to original report after report execution complete
SUBMIT DBPNPGMC 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: UPDFORCE = Update Existing
Selection Text: TEST = Test Without Change
Selection Text: PRELMCID = D Hot Key
Title: Generator for Selection Methods for Search Helps for LDB PNP and PNPCE
Text Symbol: S01 = successfully created/changed
Text Symbol: E08 = Unknown variable
Text Symbol: E06 = Program could not be added/changed
Text Symbol: E05 = Program could not be read
Text Symbol: E04 = No search help selected
Text Symbol: E03 = Program will not be overwritten
Text Symbol: E02 = already exists
Text Symbol: E01 = Program


INCLUDES used within this REPORT DBPNPGMC

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:

F4TOOL_SUBSHLP_BY_HOTKEY CALL FUNCTION 'F4TOOL_SUBSHLP_BY_HOTKEY' EXPORTING SHLPNAME = 'PREM' IMPORTING SUBSHLP = SUBSHLP EXCEPTIONS OTHERS = 3.

DDIF_SHLP_GET * CALL FUNCTION 'DDIF_SHLP_GET' "PH9K002858 * EXPORTING "PH9K002858 * NAME = SUBSHLP "PH9K002858 * IMPORTING "PH9K002858 * GOTSTATE = GOTSTATE "PH9K002858 * DD30V_WA = DD30V_WA "PH9K002858 * EXCEPTIONS "PH9K002858 * OTHERS = 3. "PH9K002858

F4TOOL_SUBSHLP_BY_HOTKEY CALL FUNCTION 'F4TOOL_SUBSHLP_BY_HOTKEY' EXPORTING SHLPNAME = 'PREM' IMPORTING SUBSHLP = SUBSHLP EXCEPTIONS OTHERS = 3.

DDIF_SHLP_GET * CALL FUNCTION 'DDIF_SHLP_GET' "PH9K002858 * EXPORTING "PH9K002858 * NAME = SUBSHLP "PH9K002858 * IMPORTING "PH9K002858 * GOTSTATE = GOTSTATE "PH9K002858 * DD30V_WA = DD30V_WA "PH9K002858 * EXCEPTIONS "PH9K002858 * OTHERS = 3. "PH9K002858

F4IF_EXPAND_SEARCHHELP CALL FUNCTION 'F4IF_EXPAND_SEARCHHELP' "PH9K002858 EXPORTING "PH9K002858 SHLP_TOP = SHLP_TOP "PH9K002858 IMPORTING "PH9K002858 SHLP_TAB = SHLP_DESCR_TAB. "PH9K002858

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING OBJECT = REPID OBJECT_CLASS = 'ABAP' MODE = MODUS MASTER_LANGUAGE = SY-LANGU KORRNUM = KORRNUM IMPORTING KORRNUM = KORRNUM EXCEPTIONS CANCELLED = 01 PERMISSION_FAILURE = 02 UNKNOWN_OBJECTCLASS = 03.



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