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?
Answers were Sorted based on User's Feedback
Answer / venkat gaduputi
using sy-lisel.
using hide technique
using get cursor also but it allows only perticular field
clicking
Is This Answer Correct ? | 8 Yes | 3 No |
Answer / 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 |
Answer / bala
for this case we should give condition based upon primary
list which is matching for secondary list.for eg.,
select * from marc where marc-matnr = mara-matnr(in this we
goin to display the table 'marc' contents when it matches
the 'mara-matnr').
then display matching fields by write :/ marc-.......
like this
Is This Answer Correct ? | 2 Yes | 2 No |
What is alv programming in abap? When is this grid used in abap? : abap hr
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
functional spec given by whom?
Hi, I am a Trainer in SAP ABAP having 2 years of experience in teaching ABAP and having 5 years of real time work experience in industry. If any body is interested email me your contact details to sap.abap9@gmail.com I will provide online training. Excellent material is provided. If any one is interested for training you can contact me for further details. Free demo is provided before joining the course. Excellent Training for reasonable price. SD and MM Concepts will be teached freely. References will be provided upon request.
What is a table attribute? : abap data dictionary
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What is luw?
How to convert Normal function module to RFC enabled Function Module?
What are the page windows?
What is direct input method ?
What secondary index and use of it and how many secondary index we can create?
what is inline documnetation?