cancel
Showing results for 
Search instead for 
Did you mean: 

Should the Metada of RFC be refreshed if it is Re-imported

Former Member
0 Kudos

Initial I kept the length as 12 for the RFC field PARTICI_ID and imported it to XI.

Later changed it to 11 at R/3 and Re-imported it to XI. And I activated it again in the XI, Activated mapping Again and during Mapping test it is showing proper results but error occurs during run time so ithink its not

the error of mapping.

I am sending using RFC the length of the

PARTICI_ID field is just 11 and the value is 00980500101.

This is the XML message in XI – Moni. Notice that the PARTICI_ID has length 12 and it took the last digit ‘0’ from the next element.

<?xml version="1.0" encoding="UTF-8" ?>

- <rfc:HR_NO_ALTINN_TX xmlns:rfc="urn:sap-com:document:sap:rfc:functions">

- <BATCH_DETAILS>

<BATCH_ID>5200600234567828</BATCH_ID>

<ENTSY_ID>000863</ENTSY_ID>

<PASSWORD>altinn2</PASSWORD>

<PARTICI_ID>009805001010</PARTICI_ID>

<SENDERS_REF>023456780152006 </SENDERS_REF>

<COMPLETED>1</COMPLETED>

<LOCKED>0</LOCKED>

I belive that this is due to parsing Error.

plz suggest me possible reasons.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi ,

Just make some a simple change to your RFC communication channel and re-activate . I had the same issue. Doing this is quite simple.

Thanks,

Renjith

MichalKrawczyk
Active Contributor
0 Kudos

hi,

no, you need to restart one service in VA

Regards,

michal

Former Member
0 Kudos

Hi,

Can you try refreshing the whole cache. I think the RFC metadata is not getting refreshed and its taking the previous one.

Regards

Vijaya

Former Member
0 Kudos

Hi Michal.

can you Elaborate what VA Stands for. and explain where to restart.

Regards,

Raju

Former Member
0 Kudos

Hi,

VA = Visual Administrator

Regards,

Robin

Former Member
0 Kudos

Hi ,

i Think iam bit confused about VA ie Visual Administrator can you one tell me how do i start that.

Regards,

Sita Rama Raju

Former Member
0 Kudos

Hi,

Its a tool to administrate the j2ee cluster.

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/39/83682615cd4f8197d0612529f2165f/content.htm">take a look at this</a>

Regards,

Robin

Former Member
0 Kudos

Also try to set the RFC Adapter to Inactive in ID, activate the change

then

set it to Active in ID and activate the change.

I observed if you do the above the cache gets refreshed.

former_member431549
Contributor
0 Kudos

Restart the single service in VA, or just bounce JVM entirely. I haven't found a way around this like we have with IDoc meta-data.