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

set parameter for vk12/vk13

Former Member
0 Likes
1,394

Hi experts,

i have a problem with vk12/vk13 transactions.

i need to call these transactions from a program.

i am calling these transactions like this

set paraeter id ' vks' field value.

call transaction 'vk12' and skip first screen.

here it is going to a screen where we will select one radio button and then we need to give some input

after executing it will display data for given condition type.

but my requiremnt is to display directly ciondition record data.(all the process of giving input from the program it self).

thanks

Sai

Hi experts,

i have a problem with vk12/vk13 transactions.

i need to call these transactions from a program.

i am calling these transactions like this

set paraeter id ' vks' field value.

call transaction 'vk12' and skip first screen.

here it is going to a screen where we will select one radio button and then we need to give some input

after executing it will display data for given condition type.

but my requiremnt is to display directly ciondition record data.(all the process of giving input from the program it self).

thanks

Sai

4 REPLIES 4
Read only

Former Member
0 Likes
948

Hi,

You can proceed as in BDC and then Call the Transaction passign from the BDC DATA with ALL DISPLAY.

Thanks,

Prashanth

Read only

Former Member
0 Likes
948

Hi,

You cannot use set parameter, coz then in the called program there has to be get parameter stmt, which wont be there since its a standard.

So instead use CALL TRANSCATION 'VK13' with itab.

In this itab, you can set the screen numbers and the respective field values.

Regards,

Mansi.

Read only

Former Member
0 Likes
948

Thanks u for ur replies.

can't we do it without BDC ?

please guide me.

Thanks

Sai

Read only

Former Member
0 Likes
948

hI PRASANTH / SAP USER,

i have user bdc . but in mode 'N - vo screen mode'. it is not displaying any thing.

but in mode 'A' all screen mode i don't want to see all the screens.

directly i want last screen.

please guide me.

Thanks

Sai