How to Create an Interactive List based on the selection
criteria specified for the customer number for displaying
the customer information on the basic list, their
corresponding order details on the secondary list.
Plz specify the coding details.
Regards,
Rahul
Hi rahul, i think u r newer and also learning abap.
i am giving the idea to u. u just follow my points.
in selection criteria u use select-options statement
eg: select-options <field> for <table-field>
here <field> is name of field and
<table-field> is name of table filed( ur field customer no)
u write a query for basic list in start-of-selection block.
and u must write hide statement after first sql query only.
hide is mainly used to display secondary lists. then u write
write At line-selection event for secondary lists.
in this event u write sy-lsind=1 for first secondary list
and for second secondary list sy-lsind=2. so on. up to u can
write 20 secondary lists, but only one basic list.
Is This Answer Correct ? | 2 Yes | 1 No |
What is Field symbol?
What is Transaction to view the Workflow status ? a) SWDD b) SWI2_FREQ c) SBWP d) SPRO
Is it possible to write code in LSMW if so when will you write?
what data types allows length specification ?
i want to change alighnment of windows in scripts.How can i do that?
How to analysis Background Job for performance Issue?
Explain the disadvantage of using exec sql statement in abap?
What are the difference between tables and structures?
What secondary index and use of it and how many secondary index we can create?
how u transport a abap program from 4.7 version to 5.0 version?
if data is inserted only using bdc open and bdc insert and not bdc close session funx module wat will happend? will data b inserted?
Hiall We can implement n no of implementations for a badi. which badi will be active...