cancel
Showing results for 
Search instead for 
Did you mean: 

Nota fiscal send from R/3 to SAP GRC NFE

Former Member
0 Kudos

Hello Everyone,

We have send NFe from sap r/3 to sap grc nfe thru RFC . We cannot trace in GRC .

What could be the possible error .

please help.

Honey

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182114
Active Contributor
0 Kudos

Hi Honey,

If configuration is correct on R/3 you can see the received data on tables /xnfe/nfehd (header), /xnfe/nfeit (item) and /xnfe/nfe_hist (history).

A good approuch to you check what system is being called is put a break-point before R/3 call GRC on the end of function J_1B_NF_MAP_TO_XML or include LJ_1B_NFEF42.

You can easily start debug on R/3 and follow inside GRC automatically when debugging, but the user of RFC need to be DIALOG and have debug rights. It's not possible do it with a service user.

Check if the correct FM is being called /xnfe/nfe_create, for other messaging system the FM is J_1B_NFE_XML_OUT (if customizations is wrong you will check this error on ST22 on GRC).

Kind regards, Fernando Da Ros