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 / 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 |
Post New Answer View All Answers
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
visibility section for class level and attributes level
Module Pool Programming: Events and Table Control handling.
What is pass by value and what is pass by reference? Which is better?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
How can we set the table spaces and extent sizes? : abap data dictionary
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What will happen when we use single buffered selected?
What is full form of bdc session? : abap bdc
What is step-loop?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
What do you mean by transparent tables in sap abap? : abap data dictionary
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
What are hashed tables?