Q : I want to see material details in secondary list based
on material No. from basic list. I will double click on any
row, any field of basic list (not on field containing
material no.) & the secondary list will display material
details according to material No. on that row. Is it
possible? If so how?
Answer Posted / sindhu
using sy-lisel will give you the entire row you have
selected,but you should know the correct offsets ,otherwise
you will be ending in wrong selections , better to give a
hot spot on the material no and on selecting that you can
display the details in the secondary lists.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What are internal tables? : abap hr
What are the differences between se01, se09 and se10?
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.
What are the attributes of a field that can be activated or deactivated during runtime?
can anyone please tell me, in orient paper mill project which fields exits for creating report.
What is dynamic action? : sap abap hr
What does the extract statement do in extract datasets?
What is design pattern? Provide example .Why are we using it?
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 are the features of abap/4 dictionary? : abap data dictionary
Explain the difference between domain and data element? What are aggregate object?
How to write a code for multiple transactions? : abap bdc
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
Explain about Recording Function?