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

RFC fn module

manubhutani
Active Contributor
0 Likes
475

Hi All..

I am creating a work schedule through BDC.

then to generate work schedule rule. i am passing parameters through submit command..but its asking for a request. but i have done this coding in RFC fn module. so have to handle this request in backgrnd.... in foreground i can press yes button of that request..but for backgrnd i cant.

plzz help me out.

plzzz

Hi All..

I am creating a work schedule through BDC.

then to generate work schedule rule. i am passing parameters through submit command..but its asking for a request. but i have done this coding in RFC fn module. so have to handle this request in backgrnd.... in foreground i can press yes button of that request..but for backgrnd i cant.

plzz help me out.

plzzz

2 REPLIES 2
Read only

Former Member
0 Likes
457

Hi,

The Workaround is to use BDC instead of Submit command.

Best regards,

Prashant

Read only

Former Member
0 Likes
457

use your bdc okcode for background . as follows

PERFORM BDC_OKCODE' '/00' .

Girish