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

BAPI_ISUPROFILE_UPLOAD

Former Member
0 Likes
484

Hi guys,

Has anyone ever worked with this FM: BAPI_ISUPROFILE_UPLOAD

we need to pass one internal table with structure = 'bapiisuproval'.....but i dont have values for all the fields in this structure..... so the internal table i will be passing have only some of the flds populated...

Will This FM will give desired output...??

2 REPLIES 2
Read only

Former Member
0 Likes
421

Hi Guys..

Any inputs on this??

Read only

Sm1tje
Active Contributor
0 Likes
421

I have worked with this BAPI in the past. As far as I can remember, you don't have to enter values in all of the fields in the structure, just the ones you need. However, data like volume, timestamp, and some mandatory fields (the ones that would have to be entered in online transaction as well), that's all.

You can test it first with SE37 to see which fields are mandatory. If no error is returned and you can see a profile number, then BAPI was succesfull. The actual profile (database) will not be created since you won't give a commit (BAPI_TRANSACTION_COMMIT). Give it a try.