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

Get value for a Z column using a BAPI

Former Member
0 Likes
532

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
Read only

Former Member
0 Likes
472

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

Read only

Former Member
0 Likes
472

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.

Read only

Former Member
0 Likes
472

not answered