Transaction
CG3Y: Download
Program
CACS_FILE_COPY: Upload/download
Additional reference:
http://abap-mania.blogspot.com.es/2016/03/how-to-download-files-from-al11.html
Transaction
CG3Y: Download
Program
CACS_FILE_COPY: Upload/download
Additional reference:
http://abap-mania.blogspot.com.es/2016/03/how-to-download-files-from-al11.html
Here is a sample code to create a simple ALV report.
Continue reading ABAP: ALV using class CL_SALV_TABLEHere is a list of SAP standard useful HCM functions.
Continue reading ABAP: List of useful HCM functions
HR_HIRING_DATE: Employee hiring date;
HR_LEAVING_DATE: Employee leaving date.
Functions below can be used to read text of OM object, from table HRP1000.
RH_READ_HRP_OBJECT_TEXT
HR_READ_FOREIGN_OBJECT_TEXT
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 0041This is a sample code to add data to HCM infotypes.
Continue reading ABAP: Code example to insert record in infotypesUse 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
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.