Application Development 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: 

Cloud BAdI replacement for BADI_SLS_HEAD_SCR_CUS?

0 Kudos

Hello Experts,

We need to create an additional tab on the sales order header screen (VA01). We have found a BAdI for that BADI_SLS_HEAD_SCR_CUS. This BAdI has not been released yet to be used in ABAP Cloud versions.

Is there any replacement for the above BAdI?

2 REPLIES 2

Prabha_A
Product and Topic Expert
Product and Topic Expert

Hi @Chennupati_Vidyadhari ,

You can create Custom field using Fiori app 'Custom Fields' with Business Context: Sales: Sales Document and To display custom fields on sales document headers (in VA01/02/03), you must first enable them in the Custom Fields app for the Create, Change, or Display Sales Documents (Header) UI using the business context Sales: Sales Document.

Prabha_A_2-1715921563828.jpeg

These custom fields can be found in the header details on the Custom Fields tab of apps for creating, changing, and displaying sales documents

Prabha_A_1-1715921563828.jpeg

And properties for the custom field can be added using below available BADI's for the same Business Context

Prabha_A_0-1715921563826.jpeg

Hope this helps. Please approve the answer if it answers your query.

Thanks and Regards,

Prabha A

0 Kudos

Thank you. I can able to add the custom fields in VA01 using the custom fields and logic app. I am working on adding logic to ensure that the custom field values update certain values on the payment cards tab of VA01. Could this be possible with the implementation of custom fields logic?

Thanks in advance.