Application Development 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: 

How to call RFBIDE00 inside a custom Program.

Former Member
0 Kudos

Hello gurus,

i have a requirement where in i need to pass excel file vlaues to RFBIDE00 program by calling it inside a custom program. 

2 REPLIES 2

thanga_prakash
Active Contributor
0 Kudos

Hello Saikanth,

It is not possible to use the standard program as it is, you can copy it into Z* and then you can modify it accordingly.

If you can check inside the program variable wa is holding the contents of the file which is used for further processing.

Modify the code in your copied program to pass the file contents to WA.

Search for BAPI's which can suffice your requirement.

Note: If there is an notes update to the standard program then it won't be available for your custom program.

Regards,

TP

0 Kudos

i got the answer... i think by using the below statement we can achieve it.. but i'm not sure

submit rfbide00

         with ds_name  = ds_name

         with fl_check = fl_check

         with lds_name = lds_name

         with os_xon   = os_xon

         with param1   = param1

         with xinf     = xinf

         with xlog     = xlog

         with xpop     = xpop

         and return.