cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field for Goods confirmation screen not posted to backend GR (r3)

prabhu_s2
Active Contributor
0 Kudos

Hi,

I have created a custom field for the goods confirmation screen and able to perform validation in the screen. but when the goods are confirmed i do not see the data for the custom field transported to the backend system where i have the same def maintained. i do not have this issue for PO but only for the GR. any insights on it please? how can it be fixed?

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello,

when goods receipt is posted in SRM and its workflow is over, message type MBGMCR IDoc is triggered and sent to R/3 backend.

If you want your SRM confirmation CUF to be transferred to R/3 goods receipt, you have to add same CUF in concerned IDoc segment.

Check IDOC_GR_CREATE function module.

Regards.

Laurent.