2009 Mar 09 6:27 AM
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
2009 Mar 09 6:31 AM
Hi,
You can proceed as in BDC and then Call the Transaction passign from the BDC DATA with ALL DISPLAY.
Thanks,
Prashanth
2009 Mar 09 6:35 AM
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.
2009 Mar 09 9:12 AM
Thanks u for ur replies.
can't we do it without BDC ?
please guide me.
Thanks
Sai
2009 Mar 09 9:53 AM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |