cancel
Showing results for 
Search instead for 
Did you mean: 

Standard BAPI name for Creation of delivery

Former Member
0 Kudos

Hi,

May i know the standard BAPI name for creation of delivery, on frontend i have custom screen from there i am giving input parameter as sales order number and from custom screen when i am click on SAVE button, during that in background BAPI will run for creation of delivery and it will save the delivery.

Do we require to authorisation as well for creation of delivery, since we are creating delivery from BAPI through custom transaction.

Regards

Vanraj

Accepted Solutions (0)

Answers (2)

Answers (2)

nisha_sharma1
Active Contributor
0 Kudos

Hi,

Check Transaction BAPI.

Here you can find all the BAPI's alphabetically Hierarchically as well.

In your case , traverse through

Transaction -> BAPI

Logistic Execution -> Shipping-> Outbound delivery

Click on that, right side pane will display the BAPi name.

I hope this helpful.

Best Regards,

Nisha

measum_kumail2
Participant
0 Kudos

hi,

its BAPI_OUTB_DELIVERY_CREATE_SLS

Regards,

Former Member
0 Kudos

Is authorisation required to create a delivery through BAPI for users?

Shiva_Ram
Active Contributor
0 Kudos

It really depends on what parameters you are passing into the BAPI. If shipping point is passed, then you can control the process using shipping point. Check with a basis specialist, who can guide you on this. Alternatively, you can also add your own authorization check logics in the program.

Regards,

measum_kumail2
Participant
0 Kudos

yes, you will need authorization (object level) for user .

ian_kehoe
Active Participant
0 Kudos

Dear Vanraj,

Perhaps BAPI_OUTB_DELIVERY_CREATE_SLS is what you are looking for?

I hope this helps.

Best regards,

Ian