SAPCDRPD is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for This report transfers HR mini-master data to the subsystems...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 SAPCDRPD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PT42 - Supply Personnel Data
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.
No ID PersNo From To Name
Title: Supply Subsystems with HR Data
Text Symbol: IN5 = Information 5......
Text Symbol: IN6 = Information 6......
Text Symbol: IN7 = Information 7......
Text Symbol: IN8 = Information 8......
Text Symbol: IN9 = Information 9......
Text Symbol: INA = Information 10......
Text Symbol: KAT = HR Master Data
Text Symbol: PR1 = HR data selected :
Text Symbol: PR2 = NO
Text Symbol: PR3 = ID
Text Symbol: PR4 = Pers.no.
Text Symbol: PR5 = Start
Text Symbol: PR6 = End
Text Symbol: PR7 = Name
Text Symbol: PR8 = No HR data was selected
Text Symbol: PR9 = You are not authorized to display personnel no.
Text Symbol: T01 = HR Master Data
Text Symbol: TIN = Info Field
Text Symbol: WRT = Val.
Text Symbol: Z01 = Select a line
Text Symbol: IN4 = Information 4......
Text Symbol: 920 = Simulation: Transfer HR Master Data to PDC Subsystems
Text Symbol: 930 = Simulation: Detail Screen for HR Master Data
Text Symbol: D01 = Time ID number
Text Symbol: D02 = Name (edit.)........
Text Symbol: D03 = ID version
Text Symbol: D04 = Name (sort.)
Text Symbol: D05 = PDC group...........
Text Symbol: D06 = Access authorization
Text Symbol: D07 = Off-site authoriz...
Text Symbol: D08 = Mail ID (IT 0050)...
Text Symbol: D09 = Mail ID (RPTIME00)..
Text Symbol: D10 = Information fields
Text Symbol: D11 = Pin code............
Text Symbol: D12 = Country grouping....
Text Symbol: D13 = PSG for Att./Abs
INCLUDE DBPNPCOM. "S11K135279
No SAP DATABASE tables are accessed within this REPORT code!
SEL_PERS_DATA_FOR_DOWNLOAD CALL FUNCTION 'SEL_PERS_DATA_FOR_DOWNLOAD' EXPORTING DATUM = RDATUM NUMBD = RNUMBD TABLES IDWN01 = IOPER EXCEPTIONS NO_BDE_GROUPS = 1 NO_PERSONS_SELECTED = 2 NO_ENTRY_IN_T001P = 3 NO_ENTRY_IN_T503 = 4 WRONG_VERSION = 5 "S11K118980 NO_AUTHORITY = 6 "S11K129389 ERROR_IN_DETERMINE_ZDGBE = 7 "AHRK024273 OTHERS = 8. "AHRK024273
CC1_PROTOCOL CALL FUNCTION 'CC1_PROTOCOL' "AHRK015206 EXPORTING "AHRK015206 ACTION = '1' "AHRK015206 EXCEPTIONS "AHRK015206 ACTION_IN_T705Z_NOT_FOUND = 1 "AHRK015206 DOMAIN_VALUES_ERROR = 2 "AHRK015206 OTHERS = 3. "AHRK015206
MASTER_IDOC_DISTRIBUTE CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE' EXPORTING MASTER_IDOC_CONTROL = IEDIDC TABLES COMMUNICATION_IDOC_CONTROL = REDIDC MASTER_IDOC_DATA = IEDIDD EXCEPTIONS ERROR_IN_IDOC_CONTROL = 01 ERROR_WRITING_IDOC_STATUS = 02 ERROR_IN_IDOC_DATA = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.