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

How to pass Input file data into BAPI BAPI_0035_CREATE

Former Member
0 Likes
468

Hi Friends,

Need a help.. First time i am developing a report using this BAPI BAPI_0035_CREATE..

actually i am uploading the Input file data using this BAPI.. my input file having 14 fields.. this 14 fields are corresponding into difeerent strutures and tables to this bapi.. so after completion GUI_UPLOAD , how to Pass this internal table into this BAPI strutures and tables for creating the GRANTS in the system.

Regrads,

Kumar.

1 REPLY 1
Read only

Former Member
0 Likes
365

Execute the function module "BAPI_0035_GET_DETAIL" passing Grant number to get an idea about what needs to be passed into "BAPI_0035_CREATE".