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
Explain the difference between call screen and leave screen?
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
What is the different between abap and ooabap? Why do we use ooabap?
What is bdc? : abap bdc
What are the two ways for restricting the value range for a domain? : sap abap data dictionary
Explain some essential objects in abap dictionary?
What are different types of parameters?
What are smart forms?
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
What is database utility? : abap data dictionary
What is the use of table control in bdc is it same in module pool table control? : abap bdc
Table events aNd table maintains generation
What do you mean by transparent tables in sap abap? : abap data dictionary
Can you assign a matchcode object to a parameter? If so how?
Explain the difference between cluster tables and pool table?