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: 

Get value for a Z column using a BAPI

Former Member
0 Kudos

Hello All,

I have added a Z column in the standard table DRAW. I want to use a BAPI or standard function to get the data for that column in addition to the standard columns. Can someone please suggest a function or BAPI for getting it.

Thanks in advance.

Regards,

Anju

3 REPLIES 3

Former Member
0 Kudos

Use reference in dictionary to find functions,bapis, objects and so on

Former Member
0 Kudos

What you can do is create your own function module which satisfies your requirement.

Select query inside the funciton module to fetch data.

Regards,

Lalit Mohan Gupta.

Former Member
0 Kudos

not answered