20
Nov
ABAP vs HR ABAP The following concepts are defined in ABAP HR which is different with other modules. 1) Use of Infotypes 2) The use of Logical Database 3) Use of Macros and Provide statement 4) Storage and Access of data 5) Authorization checks
11
Nov
More information on SAP hr abap infotypes: Infotype data is period-based (time-dependent), in other words, it is only valid for specific periods. For this reason, each record has a start date and an end date. The database does not normally contain only one record for each infotype and personnel number but several records with different [...]
10
Nov
What is the difference between abap and abap hr? The following concepts are defined in ABAP HR which is different with other modules . n Use of Infotypes n The use of Logical Database n Use of Macros and Provide statement n Storage and Access of data n Authorization checks
06
Nov
What is Infotype? Infotypes are information units through which we can enter the data into tables. The Infotypes are used to group related data fields together. In general words its data entry screen from where we can store the data into tables. Naming conversion of infotype is four digits numerical. Each infotype will have corresponding [...]
03
Nov
RS_PROGRAM_CHECK_NAME: To check program names if you are generating them. RS_CORR_INSERT : To insert the correction request in the repository. REPS_OBJECT_ACTIVATE: To activate repository objects, for example – to activate a newly generated program. RS_DELETE_PROGRAM: To delete the program. RS_ACCESS_PERMISSION: To lock or unlock a program. Function Modules related to Date and Time [...]