cancel
Showing results for 
Search instead for 
Did you mean: 

How to find out the number of fields in generated proxy structure?

former_member268877
Participant
0 Kudos

Hi All,

Can anybody help me to find out the number of fields in generated proxy structure in back end system along with controller fields.

i know how to get number of fields in XI system but i want the number of fields in back end system when we generate proxy including automatically generated controller fields.

Thanks in advance.

Regards,

Ujwalkumar

Accepted Solutions (0)

Answers (1)

Answers (1)

prabhu_s2
Active Contributor
0 Kudos

in abap proxy after activating the interface check on the tab STRUCTURES. from there u can see the number of fields.

former_member268877
Participant
0 Kudos

Hi Prabhu,

Actually i want to know if there is any option to find out number of fields in that structure tab. we can see the structure and each fields by expanding the structure i know. but i want to know if there is any shortcut for finding number of fields in ABAP proxy.

Thanks and Regards

Ujwalkumar

prabhu_s2
Active Contributor
0 Kudos

Apart from that ib dont think it is pooisble to find out....from XI part as u know yes it is pooibsle to check via IR.

henrique_pinto
Active Contributor
0 Kudos

U mean u want to know at runtime?

Get the output from ur proxy as a string, count the number of "<" characters and divide it by 2. 😛

Of course, you'll have to treat the header fields separately.

Regards,

Henrique.