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 difference between primary key and unique key?
Can a domain, assigned to a data element be changed? : abap data dictionary
what is leave to TRANSACTION?
What are the uses of the information in the data dictionary? : abap data dictionary
How many types of tables exists and what are they in data dictionary? : abap data dictionary
Explain how is batch input process different from processing on line?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
What is the abap program name to process the batch input session automatically? : abap bdc
How is conversion of data types done between abap/4 & external level?
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
Specify the types of data dictionary objects.
Explain what is a logical database?
What is a type group?
What are the major steps will you use for tuning?
How many lists can a program can produce?