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

How to release the field of invoice quality in the app-Manage Billing Documents

Wenqingyang
Explorer
0 Likes
269

How to release the quantity field in the Manage Billing Documents app? When performing sales billing, we found that the Quantity field is not available in the View Settings screen of the Manage Billing Documents app. How can this be resolved?  

Accepted Solutions (1)

Accepted Solutions (1)

dawid90
Contributor
0 Likes

Dear @Wenqingyang,

In Manage Billing Documents (F0797) the table you personalize with View Settings is a billing document header list. Quantity is an item-level attribute a billing document can have many items, even with different UoMs, so it’s not part of the header list’s data model and therefore can’t be released as a column/filter there

More details below:

https://help.sap.com/docs/SAP_S4HANA_CLOUD/a376cd9ea00d476b96f18dea1247e6a5/d2185b549a8c8e4ce1000000...

https://help.sap.com/docs/SAP_S4HANA_CLOUD/c0c54048d35849128be8e872df5bea6d/116ddcc5a4f244a1a138c4a8...

What you can do instead in Public Cloud:

  • To see Quantity per document open the billing document (Display/Change) and check the Items area/table, item fields (incl. quantity) are available there
  • If you need a list/report with Quantity create an item-level report (recommended) using Custom CDS Views / Custom Analytical Queries based on billing document item sources

More details below:

https://help.sap.com/docs/SAP_S4HANA_CLOUD/55a7cb346519450cb9e6d21c1ecd6ec1/55a5245a789845d89ea69f36...

  • If you truly need a Quantity column on the header list the only realistic way is to create a custom header field for example Total Quantity in base UoM and populate it via Custom Logic (Badi) during billing creation then add that custom field as a column in the app

More details below:

https://help.sap.com/docs/SAP_S4HANA_CLOUD/a376cd9ea00d476b96f18dea1247e6a5/30f3db567e662e7be1000000...

Also, SAP own extensibility notes for this app indicate you can extend fields on billing document level, but not on item level which aligns with why Quantity won’t appear in View Settings

More details below:

https://help.sap.com/docs/SAP_S4HANA_CLOUD/a376cd9ea00d476b96f18dea1247e6a5/30f3db567e662e7be1000000...

Best Regards,

Dawid

Answers (0)