2015 Feb 11 7:47 AM
Hi Experts,
I have requirement in Transaction code VK13 there if we click on condition information button then its displaying one selection screen, That selection screen generating through function module - RV_CONDITION_RECORD_DISPLAY, So here i have need to capture selection screen by programaticaly.
Anyone can help on this requirement.
Thanks,
2015 Feb 11 8:30 AM
Hello,
This is basically auto generated name i.e. selection screen belongs to the program name and the same is auto generated like
RV13xyyy
where x = Usage of Condition i.e. KVEWE
and y = Suffix for the generated report i.e. RPTSX from table T682
and for obtaining the yyy you can refer the FM 'RV_T682_SELECT_AND_GENERATE'.
and then after the same is concatenated with RV13 followed by X and YYY, and a report name is obtained and the same is called using the submit statement.
Let know in case any further inputs are required.
BR/Thanks
Pranav Agrawal
Hi Experts,
I have requirement in Transaction code VK13 there if we click on condition information button then its displaying one selection screen, That selection screen generating through function module - RV_CONDITION_RECORD_DISPLAY, So here i have need to capture selection screen by programaticaly.
Anyone can help on this requirement.
Thanks,
2015 Feb 11 8:30 AM
Hello,
This is basically auto generated name i.e. selection screen belongs to the program name and the same is auto generated like
RV13xyyy
where x = Usage of Condition i.e. KVEWE
and y = Suffix for the generated report i.e. RPTSX from table T682
and for obtaining the yyy you can refer the FM 'RV_T682_SELECT_AND_GENERATE'.
and then after the same is concatenated with RV13 followed by X and YYY, and a report name is obtained and the same is called using the submit statement.
Let know in case any further inputs are required.
BR/Thanks
Pranav Agrawal
2015 Feb 11 10:17 AM
Hi Pranav,
Your suggestion is correct that selection screen program is auto generated and after generated selection screen if we execute then the output is comming screen label but i have need in alv grid format.there grid format is also availabe but that format will display for each table data. But my requirement is merze of all table data should display in alv format.Can you help me for this requirement. i want to create a dynamic program to merze of all table data under that condition type.So i am strucked for creating selection screen as like condition information button.
Thanks.