cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create a Sales order screen for flight booking.

SHRADDHA2
Explorer
0 Likes
283

Hiii Community

How can I create a Flight Booking Screen in Sales order screen . The sales order screen will have custom fields related to the flight booking. For example , passenger name , meal type , origin city etc. The requirement is to get certain fields to pop up when specific field has been given input. 

Accepted Solutions (0)

Answers (1)

Answers (1)

Aukasz_SaBek
Active Participant
0 Likes

Hi, 

List of BADI fos sales order You can find here https://help.sap.com/docs/SAP_S4HANA_ON-PREMISE/7b24a64d9d0941bda1afa753263d9e39/66a2f4107e754be68a4...

Additionally if You are working on Public Sales Cloud You can search from this link https://api.sap.com/products/SAPS4HANACloud/onstackextensibility/badi

If You Want manipulate fields on screen You can use below BADI's:

  • Custom Field Properties in Sales Document Headers(SD_SLS_FIELDPROP_HEAD)
  • Custom Field Properties in Sales Document Items(SD_SLS_FIELDPROP_ITEM)

I Hope this will solved Your problem.