How to find the return code of a stmt in ABAP programs?
Answer Posted / shatrughan singh
SY-SUBRC (except for transfer stmt).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
What is native sql?
What is the length of function code at user-command?
How is conversion of data types done between abap/4 & db layer?
What is difference between dependent and independent data?
To how many tables can an append structure be assigned. : abap data dictionary
Why grouping of fields is required? What is the max no of modification groups for each field?
Define abap/4 layer?
Why do we use dynamic where conditions?
What is the function of the transport system and workbench organiser? : abap data dictionary
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
What does an exec sql statement do in abap? What is the disadvantage of using it?
Of the two call transaction and session method, which is faster?
How do you use tab sets in layout sets?
Can you define a field without a data element?