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 |
Back ground job .. Transaction code?
What does an exec sql statement do in abap?
could u plz provide me the details of blue printing? Role of an abapper in implementation project? Details steps of implementation? Regards, Rahul
Withou using SLIN transaction how would you check custom programs?
What is maintenance view?
How to create the ur own barcodes?
how will you go for row level locking of a z table
2 Answers HP, IIIT, KPIT, Rajiv Gandhi University of Knowledge Technologies RGUKT,
While Transporting Smartform form Dev to Test to Production, it is possible that Name of the Function Module change, Why? In which case it changes and in which case it remains same?
in bdc which method is suitable for back ground processing?
4 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
wat controls flow logic of online programs?
how to debug the smartform? plz tell me step by step process or screen shots?
What are clustered tables?