HR_HIRING_DATE: Employee hiring date;
HR_LEAVING_DATE: Employee leaving date.
Author: abapwizard
ABAP function to read OM object text
Functions below can be used to read text of OM object, from table HRP1000.
RH_READ_HRP_OBJECT_TEXT
HR_READ_FOREIGN_OBJECT_TEXT
ABAP: Code example to read infotype 0041
Here is a code example to ready infotype 0041 information, but it can be used to any pattern of grouped fields.
Continue reading ABAP: Code example to read infotype 0041ABAP: Code example to insert record in infotypes
This is a sample code to add data to HCM infotypes.
Continue reading ABAP: Code example to insert record in infotypesWebdynpro – clear cache
Use transaction SHMM to invalidate cache CL_WDR_CONF_APPL_SHM, after changing webdynpro application parameter, and not having the correct result after transport.
OSS Note
https://launchpad.support.sap.com/#/notes/2559858
Utility program for index table T5UX1 – Program RPCTRUU6
In order to enable employee to be part tax reporting process, we need to execute program RPCTRUU6. It will add pernr to table T5UTX1, enabling tax reporter further processing.
XI/PO/PI useful tcodes when implementing proxy
- sproxy: implement/display proxy
- sxi_monitor: Monitor for Processed XML Messages
- smqr: qRFC Monitor queue registration
- smq1: qRFC Monitor Outbound
- smq2: qRFC Monitor Inbound
- User specifc settings to browse ESR.
- Tutorials
http://www.abap-tutorials.com/2012/11/23/abap-proxy-developments-on-application-and-integration-system/; http://www.abap-tutorials.com/wp-content/uploads/2012/11/ABAP-_PROXY.pptx
How to debug starting at a popup window
Add lines below to a .txt file. Drag and drop file on top of popup window you want start to debug.
Continue reading How to debug starting at a popup windowDynamic typing: loop through string table, output typed table
Routine below shows method that takes string internal table, and outputs to typed table.
Continue reading Dynamic typing: loop through string table, output typed tableSAP Number range
Number range is a persistent counter. As an example, in HCM, it holds sequence of employee number.
- Tcode: SNRO, SNUM;
- RP_PREL Personnel Administration number ranges or direct access through tcode PA04.
- Table NRIV can be used to in tcode SE16 to list number ranges.