cancel
Showing results for 
Search instead for 
Did you mean: 

Capturing Additional Receipt information

Former Member
0 Kudos

Hi Expert,

We have requirement to add couple of additional Receipts information at receipt level. Standard SAP uses table PTRV_SREC and we thought to use include structure PTRV_SREC_ADDON to add custom fields in this table (As per the SAP Documentation). But this was asking the Key. I want to know how we can enhance this table to add this information or what is the best way to Capture the additional information of receipts at receipt level.

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

Lukas_Weigelt
Active Contributor
0 Kudos

Hi Chandra,

Can you link the information where the SAP Documentation supposedly says PTRV_SREC_ADDON can be used for customer enhancements? This would be new to me since PTRV_SREC_ADDON is explicitely an append-structure (not a normale structure) and you cannot set appends within an append structure, i.e. in my opinion enhancing this append structure is not possible. I would create a Z-Include structure with the new fields needed and create a new append for PTRV_SREC and within that one, set the Z-Include.

Cheers, Lukas

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes, I think you should create a custom append to PTRV_SREC