Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to capture selection screen

ram_sahoo
Participant
0 Likes
846

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,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
710

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,

2 REPLIES 2
Read only

Former Member
0 Likes
711

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

Read only

0 Likes
710

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.