Pls tell me, we r using at line-selection,at user-command
and at pf-status for generating the secondary list in
report then what we will use in ALV for generating alv list.
pls tell me what r the important thing to read in alv for
interview purpose.
Answer / malli.gontla
Hi
ALV's are three types.
1.simple ALV
2.Blocked ALV
3.Hierarchically ALV
Simple ALV means, it is a single list. It contains of
different options like filtering, sorting ,downloading to
excel etc.
Blocked ALV also same like as Simple ALV, with some options
only.
Hierarchically ALV contains multiple lists.
Mainly in industry, simple alv's are used. some times oops
also applied for simple alvs
Is This Answer Correct ? | 1 Yes | 2 No |
What is the difference of update types in call transaction method ? : abap bdc
What are Change header/detail tables? Have you used them?
What is Smart Forms?
HI ALL!HOW CAN WE SEND SMS THROUGH SAP ECC5 (NOT THROUGH ECC6)???ANY BODY KNOW THOSE PROCEDURE KY GIVE REPLY.....
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
How do you write manual bdc session method? : abap bdc
Hi all Could u please tell me the answers for following questions, Why we need IDocs...? What is the purpose of IDocs...? Thanks in Advance, Sanjeev.K
In a transaction there are 5 screens (say) but while recording you could see only 3 screens.what will u do to avoid such situation?will u save it like that?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
how do you transport FORM from one server to another server ?
If you write more than one start-of-selection. what will happen?
what is meant by serialization ?