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

Import Sales Order Extension

rrabaper
Newcomer
0 Kudos
475

Hello Gurus,

I have a specific requirement for the Import Sales Order Fiori application.
where in, I have below 3 requirements. 

1. Extend the VBAP and VBAK data with custom fields - (Its already achieved and working through CFL so I am good here. )

2. I also need some custom fields to be appended in the VBKD field from the CFL - But this is not possible only through CFL as the business contexts etc is not available for VBKD..... 
Ques - How can this be achieved. 

2.1 Also, there are some standard fields of VBKD which is required for filling up the data through the download template but those fields are not available in the underlying main CDS view, so not able to use them as well. 
Ques - What is the best approach here?

4. I have a custom table which also needs to be amended with some data from the download template of fiori screen. 

Ques - Is it possible? What is the best approach here? 

On-Prem system

 

 

Accepted Solutions (0)

Answers (1)

Answers (1)

Srikanth
Product and Topic Expert
Product and Topic Expert
0 Kudos

@rrabaper ,

Thanks for the question. Please find the rejoinder on your questions. 

I also need some custom fields to be appended in the VBKD field from the CFL - But this is not possible only through CFL as the business contexts etc is not available for VBKD.....  Ques - How can this be achieved. 

Not Possible. SAP strongly advocates for Clean Core Principles with Standard Extensibility options like Key user /Developer Extensibility options and you are apt following the Key user extensibility options. It is not possible to append the new business context hence it would be a classic case of customer influence request. 

If this is a hard ask from the customer, then you may explore the possibiilty of classic extensibility - but not recommened by SAP. 

https://community.sap.com/t5/enterprise-resource-planning-blogs-by-sap/new-extensibility-guide-for-s...  

If there exist a CDS view for which the some of the fields are not released, then you may need to reach to SAP. 

https://me.sap.com/notes/2540696 

With custom business object, you can configure API that honors CRUD operations where you can generate the meda data and based on that you can insert the data as XML/TXT.

https://help.sap.com/docs/ABAP_PLATFORM_NEW/b5670aaaa2364a29935f40b16499972d/56100afaa8614547a1d9e65...

Hope this helps. otherwise please let us know. 

Best Regards,

Sri