cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve ABAP query field metedata using SAP JCO?

Former Member
0 Kudos

How can I retrieve all field details (such as field name, field description, output length field type) using SAP JCO for an ABAP Query?

I have query name, user group, query area and infoset name with me.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please use the DDIF_FIELDINFO_GET (standard) Function Module to retireve the details which you have mentioned.

Thanks,

Arun