Application Development 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: 

Structure ID in TTREE table

Former Member
0 Kudos

Hi,

When I tried to use the FM : STREE_EXTERNAL_DISPLAY , a structure ID needs to be specified . But I don't know how this structure ID is generated . Also tell me when will the TTREE table hits . Please help me to find the solution .

Regards

Prinort

3 REPLIES 3

former_member222709
Contributor
0 Kudos

Hi,

The Structure that you need info about is a unique when integrating ECC with external systems.

Specifically, GUID is a unique ID generated for any transaction with CRM where an external RFC is called.

Hence, the CRM system passes the Structure ID.

If you can highlight your business requirement, then, maybe we can have an answer you are looking for.

Regards,

Pranav.

Former Member
0 Kudos

Hi,

If you check in SE16(se16n) I see in the field for ID:

0E9D5E6E52A2D31181CA00A0C99E0BAF

My assumption is that this is a hex value. I'm not sure what you're trying to do, but maybe you can create a query from TTREE and pass the ID result to the function module.

Former Member
0 Kudos

Thankx for the reply .

Regards

Prinort