Is der any any alternative Statement instead of HIDE which u
can use in reports?
Answers were Sorted based on User's Feedback
Answer / buddula15
GET CURSOR is the alternate for HIDE statement...
Buddula15
Is This Answer Correct ? | 9 Yes | 1 No |
Answer / kiran
READ LINE <LINE NO> LINE VALUE INTO V_LINE
GET CURSOR FIELD <FIELD NAME> VALUE <FIELD VALUE>
And ofcourse we can use HIDE Technique also
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / d.goldie
1. Hide.
2. '&ic1' which is used with sel_field by declaring like sy-ucomm.
Is This Answer Correct ? | 1 Yes | 1 No |
Internal table itab contains some records. If the code is like this : LOOP AT ITAB. APPEND ITAB. ENDLOOP. What ill be the result??
Can I write AT SELECTION SCREEN & AT USER COMMAND event in single program?If yes how?and if no what error will it give??
how to navigate to report from report? note: no transaction code created to report.
What are Delivery classes? What data will you want to transport during client copy?
With the use of secondary index we can make a program run faster but we are advised not to use secondary index why is that so??
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
in bdc which method is suitable for back ground processing?
4 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What is an authorization in sap?
What is an abap data dictionary? : abap data dictionary
How do you do bdc for a table control? : abap bdc
What are function modules in scripts?
Wats the difference between package and devolopment class??