‎2008 Apr 16 10:26 AM
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...??
‎2008 Apr 17 12:25 PM
‎2008 Apr 17 1:21 PM
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.