What is user specific parameter?
Answers were Sorted based on User's Feedback
Answer / nithy
The values in SPA/GPA parameters are user-specific. ABAP
programs can access the parameters using the SET PARAMETER
and GET PARAMETER statements.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / gvkreddy
It is nothing but CLIENT-SPECIFIED that means only
particular can access the operations.
Is This Answer Correct ? | 0 Yes | 1 No |
Can we use binary search in internal table sorted in decending order ? if no why?
What are the other modules integrated with om? : sap abap hr
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
what is difference between parameter & select-option
How do you upload the Data?
Why do we require Infotypes for HR module
Which function module would you use to check the user’s authorization to access files before opening a file?
what is cardinality?how it works in ABAP?
Can a constructor be redefined?
23) How to create one page in landscape and the other page in portrait in Scripts?
Can you delete a domain, which is being used by data elements? : abap data dictionary
In ALV, i have to display list in which some records has to display. starting of each record it should display checkox. and we have to display push button delete. when user select chekc box and press delete button, that entry should delete. please tell me how to do it?