2007 Dec 17 4:54 AM
hi.....
i m calling a another program using submit, and passed the selection criteria.
like.
SUBMIT YPPDAILYUPDATE
with pstngdt in temp
with entdate eq ' '
with posdate eq 'X'
with rdata eq 'X'
with logic eq ' '
with high eq 'X'
with trend eq ' '
and return.
but my problem is based on selection criteria
i want to select layout.
i have created different layout in program.
but i want to select particular layout based on passing parameters.
is it possible?........
point will be assured for the correct answers.
and thanks in advance.
Regards,
Arpit.
2007 Dec 18 3:54 PM
pass layout name along with submit statement.
it displays the report in given layout format.
hi.....
i m calling a another program using submit, and passed the selection criteria.
like.
SUBMIT YPPDAILYUPDATE
with pstngdt in temp
with entdate eq ' '
with posdate eq 'X'
with rdata eq 'X'
with logic eq ' '
with high eq 'X'
with trend eq ' '
and return.
but my problem is based on selection criteria
i want to select layout.
i have created different layout in program.
but i want to select particular layout based on passing parameters.
is it possible?........
point will be assured for the correct answers.
and thanks in advance.
Regards,
Arpit.
2007 Dec 18 3:54 PM
pass layout name along with submit statement.
it displays the report in given layout format.
2007 Dec 19 5:16 AM
how to pass the layout name using submit.
in repot i hv created layout.
in alv i have created layout.
i want to pass layout name.
how to do it?....
Edited by: Arpit Shah on Dec 19, 2007 6:22 AM
2007 Dec 19 5:57 AM
Hi Arpit
U can declare one field on selection-screen with no-display property and pass the type of layout which is required
while writing the statement
submit sy-cprog with l_layout ' xyz'
and return.
let me know whether it wrks or not
Edited by: neetu chhabra on Dec 19, 2007 6:58 AM
2007 Dec 19 7:39 AM
hi..
based on given ur idea & finding on sdn.
i got a solution.
Regards,
Arpit.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |