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

executing bdc

Former Member
0 Likes
357

hi Abapers,

Could you plz tell me how to execute bdc without pressing F8,

thanx

2 REPLIES 2
Read only

Former Member
0 Likes
315

To answer your question...there is a function module SAPGUI_SET_FUNCTIONCODE...which can be used to trigger a event on the screen from the PBO to goto PAI without the user doing anything...

As soon as the function module is executed the PAI is triggered...

However, i am not aware of something like this to happen when a user enters some data on the screen..

If u want to execute the session manually U can do so by using sm35.

But if U want the session to be processed without going to SM35 then use SUBMIT RSBDCSUB with parameters in ur BDC program.

*******rewards some points.

Rgds,

P.Naganjana Reddy

Read only

Former Member
0 Likes
315

Hi,

if you want to run BDC Program With out pressing F8,

you will schedule the BDC Program at any time it will automatically trigger,

Reg,

Hariharan Natarajan