ALV's?
Answers were Sorted based on User's Feedback
Answer / sridhar kasthuri
its not ABAP List Viewer
It is sAp List Viewer.
A-from sAp
L-from List
V-from Viewer
Is This Answer Correct ? | 0 Yes | 0 No |
Difference between MACRO and SUBROUTINE ?
what is the way to precide search helps in POV?
If One session is processed, where can You see the processed session?
what are the components of bdc?
the sap standard SAPSCRIPT for picking a list ?
In BDC,i have 3 transaction and one flat file with data for all those 3 transaction requires........i want to process these 3 transaction at a time using that single flat file,if 3rd transaction fails to upload the record,can we roll back the remaining 2 transaction or we can't?Is it possible in BDC,How?
what is the output of given code? data : f1 type i, f2 type i. write : / f1, f2. do 2 times. perform addfld. enddo. write : / f1, f2. form addfld. data : f1 type i, f2 type i. add 1 to f1. add 1 to f2. write : / f1 , f2. endform. int : f1 , f2.
What are the two ways for restricting the value range for a domain ?
Can we display text with color in SAP Script? If yes how can we do that?
at the checking of sy-subrc after call transaction stmt,if it is zero what is the meaning of that of syn and asynch updates explain. a.)update of database table is success. b.)execution of call transaction is success. For syn update which one is correct? For asyn update which one is correct?
1 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
What are the advantages and disadvantages of using views in abap programming ?
what are nodes in smart forms?