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 |
In Dialog program Syntax of Synchronous and Asynchronous?
How do u test a script?
A function group contains globally defined internal tables and function modules defined in it. FMOD1 populates itab1 and when FMOD2 is called will itab1 contains those values being populated by FMOD1?
How to convert the Unit for 'Distance' (The value from one Unit to another).
If s1 and s2 are different structures how will u transfer
what is the meaning of movement type and how do we find this .....
in which event validation is done?
what is current version of sap r/3 ?
Explain V2 updates
Is function module is client dependent or client independent.
what the tcode to check the consistency of work flow for ALE /EDI in a inbound error processing?
you have to select fourth vendor no in basic list go to open new list ( secondary list) . what is the coding in interactive report ?.. tell me the coding clearly plz?...