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
What is direct input method ?
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
Explain some essential objects in abap dictionary?
How do you find number of records present in internal table?
How do you write a function module in sap?
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
Explain what are the events used for logical database?
What are the various events associated with screen programming?
Difference between .Include and .append?
What are the events used for logical database?
On which event we can validate the input fields in module programs?
What are the various types of selection screen event?
What are the types of windows in sap script?
How do you validate the selection criteria of a report? And how do you display initial
What are pooled tables? : abap data dictionary