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

Function Module to Get Document Info Record

Former Member
0 Likes
3,104

Hi,

Appreciate if someone tell me the function module

to get the information from DRAW table for a particular material.

I am trying to get the DRAW-DOKNR information for a particular MATERIAL attached in the

MM03->ADDITIONAL DATA->>Document data TAB.

Any Ideas?

Thanks,

Rao

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,756

Hi

See the BAPIs BAPI_DOCUMENT*

Max

7 REPLIES 7
Read only

Former Member
0 Likes
1,757

Hi

See the BAPIs BAPI_DOCUMENT*

Max

Read only

0 Likes
1,756

Hi max,

The BAPI_DOCUMENT* gives me the DOKR information but

i am also trying to find the link between MATNR and THE DRAW table.Appreciate your feedback.

Read only

1,756

Hi

The link should be in table DRAD:

DRAD-DOKOB = 'MARA'

DRAD-OBJKY = MARA-MATNR

Max

Read only

0 Likes
1,756

Hi Max,

Got it.

Thanks for the feddback.

Read only

Former Member
0 Likes
1,756

Please check FM

CVAPI_DOC_GETDETAIL

Read only

0 Likes
1,756

Hi Dominic,

This FM works great for me. It gives akk the DRAW table information,

Do you have any idea about the link betweek MARA and DRAW table. I am tring the DRAW table information for a particular material.

Thank,

Rao

Read only

ferry_lianto
Active Contributor
0 Likes
1,756

Hi Rao,

Please check this FM CDESK_SEL_MATERIAL_DLG.

Regards,

Ferry Lianto