cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with RFC using data elements AUFNR and VBELN

Former Member
0 Kudos

Hello Guru's

I have a RFC-to-File Scenario. I have created a salesorder using the RFC Adapter. The scenario is working. The problem is that my salesorder has an attribute order number (AUFNR) and sales document (VBELN). If I enter these two attributes nothing happends. In monitoring no XML document was processed and I can find no other problem. The mapping is correct. When i type in all other attributes in my ABAP Report which is calling the RFC everything is fine. But when theses two attributes are filled out, it doesn't work?

I think the problem could be that these two elements are possibly key attributes of a table in the SAP system!?

Does anyone has an idea what the problem is???

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Debugging Report & RFC can give you insight into the issue.

Also, you can check primary keys of the table in SE11.

check in CC monitoring, what is going to XI system.

Answers (1)

Answers (1)

Former Member
0 Kudos

as you have RFC to File scenario you must have used dirctly RFC in Mapping then go to mapping and check the occurence of this two fields..

I think the occurence is 1:1 means mandatory .. so if you are not sending anything it will fail..

if you need to handle this then you can add map with defaul in between while mapping these two fiels..

Thanks,

Bhupesh