Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

different runtime objects in to SAP systems

Former Member
0 Likes
819

Hi experts,

in two different SAP systems ( release 700 and 711) are the same structure in DDIC.

But the runtime objects are different. That means, the remote Function module didn't run .

Have anyone an idea, why it is different ?

Thanks for an answer

Angelika

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
766

Hi,

The DDIC structure for IDOCs and Some tables(Include Strucutres or tables) will be differenet.

Check the table structure but in RFC the refernce tables will be differnt in some time check.

D@s.

5 REPLIES 5
Read only

Former Member
0 Likes
767

Hi,

The DDIC structure for IDOCs and Some tables(Include Strucutres or tables) will be differenet.

Check the table structure but in RFC the refernce tables will be differnt in some time check.

D@s.

Read only

0 Likes
766

Hi D@s,

I mean in both systems are the same structure in DDIC, with the same fields and everything has the same definition.

But the runtime object is different.

Angelika

Read only

0 Likes
766

How are they different? Field sequence, header flags? What means "didn't run", is there any specific error message you could quote here? Are the tables/structures properly acitivated in both systems? What is the table/structure name?

Thomas

Read only

0 Likes
766

Hi Thomas,

the structure is SWNCAGGTASKTYPE.

In the runtime object is a difference in the table length ( 2 ). The first difference occurs by field RESPTI in the field offset.

When I use the function module SWNC_COLLECTOR_GET_AGGREGATES ( with dest for remote call ) there occurs no error, but when I will calculate with the field RESPTI I got an error " Packed field contains incorrect BCD format."

Angelika

Read only

0 Likes
766

Check SAP own solution in [Note 1229062 - DDIC_TYPELENG_INCONSISTENT in package SWNC|https://service.sap.com/sap/support/notes/1229062]

Regards,

Raymond