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

SAP Public Cloud - Adobe Forms: Extend data source and layout

Ivn_Escudero66
Explorer
0 Likes
2,532

Hello,

I have some questions about forms in S4 Public Cloud. I hope you can help clarify my thoughts.

First, I wanted to know if there is a way to extend the data source of a form without having to create customer fields. My customer's requirement is to print data on the form that isn't in the data source. For example, to print data from the related delivery or the intercompany purchase order on the sales order. Therefore, I don't need to create custom fields; this information is already in SAP. I need to extend the data source and dynamically populate this extension with the necessary information. I don't want to create new customer fields in the database.

Another requirement from my customer is to group sales order items by material group. That is, they don't want to print items 10, 20, 30, etc. They want to group by the material group field and first print a header (Material Group 1) and below it all the items in that material group. Then they'll print another header (Material Group 2) and the items in that material group... In S4 Private, I would have developed this type of logic in the print/BADI program, form context, or form interface. But in S4 Public, I don't have any of these options. Can the data source be extended and a completely customized data structure developed by me be added? Are these types of groupings developed directly with Javascript in the Adobe form?

Kind Regards. 

Accepted Solutions (0)

Answers (1)

Answers (1)

Chuma
Active Contributor
0 Likes

Hello @Ivn_Escudero66 

Only extend what the FDP shows and manage grouping within the template. If you require data not available through the FDP, consider raising an influence/incident or creating a custom app and form for your needs.

You can refer to the useful SAP documentation below.

SAP Help: Creating Data Source Extensions and Output Extensibility features you can add to forms. SAP Help Portal
SAP Learning: Understanding Form Data Providers (FDP concept). SAP Learning
App Help: Maintain Form Templates (View, Copy, Assign Templates).   SAP Help Portal
Developer extensibility context, including custom services and forms for tailored applications. SAP Community

With regards

Chuma