PC_PAYRESULT
We need to create a Parameter Transaction type Tcode in SE93 for the TMG
CDS view extend is one of the provided template while creation CDS in eclipse.
it allows us to extend any standard CDS view with new fields
it allows us to extend any standard CDS view with new fields
Go to program attributes then click on HR Report Category then click in Create Report Category
"SY-TABIX is a syatem variable which stores the index current processing record of an internal table. Ex.Loop over ITAB
SY-INDEX is a system variable which acts as a loop iteration counter, it stores loop iteration number. Ex. DO WHILE ENDO"
SY-INDEX is a system variable which acts as a loop iteration counter, it stores loop iteration number. Ex. DO WHILE ENDO"
AT NEW and ENDAT is used to detect a change in the value of the field between the loop passes. The field that is specified in AT NEW is called control level. The code between AT NEW and ENDAT will be executed during the first loop pass and every time the value of the control level changes or any other field left to the control level changes. Between AT NEW and ENDAT all the fields in the work area that are right to the control level are filled with zeros and asterisks. We can declare a local workarea apart from Loop's work area to resolve this issue
For standard infotypes we can use User exit ZXPADU01. For custom infotypes we can use the PAI event of the screen
1. Use of association instead of joins.
2. proper usage of cardinality and usage of path expression to improve association further
3. Usage of Peroformance related Object model annotations @ObjectModel.usageType.serviceQuality,@ObjectModel.usageType.sizeCategory,@ObjectModel.usageType.dataClass
2. proper usage of cardinality and usage of path expression to improve association further
3. Usage of Peroformance related Object model annotations @ObjectModel.usageType.serviceQuality,@ObjectModel.usageType.sizeCategory,@ObjectModel.usageType.dataClass
"Control break statements are such statements which is used for processing the records over loop based on the following statments AT-NEW, AT-LAST,AT-FIRST,ON-CHANGEOF.
"
"
16