In Interactive Report : How to come from Secondary List 10
to secondary list 4? what is the Program code?
Answer Posted / karthi
case sy-lsind.
when '10'.
sy-lsind = '1'.
endcase.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What is the difference between a pool table and a transparent table?
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
What do you do when the system crashes in the middle of a BDC batch session?
Can you define a field without a data element? : abap data dictionary
How many types of views are there ?
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
How can we use multiple transactions by using bdc_insert? : abap bdc
What application areas are you comfortable in?
What are the parameters used in each function?
when are objects are passed from task to the change request?
What are the control break events in abap? : abap data dictionary
Is it possible to pass data to and from include programs explicitly?
What is step-loop? Explain all the steps?
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp