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/BAPI for executing VD51/VD52 transactions

Former Member
0 Likes
3,639

Hi

Warm greetings to all,

I require a function module/BAPI for executing VD51/VD52 transactions. Can anyone help on this

Sreekanth

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,727

Hi Sreekanth,

Use this.

There is an FM which is used by standard transaction

'RV_CUSTOMER_MATERIAL_UPDATE' .

Ex Code -

CALL FUNCTION 'RV_CUSTOMER_MATERIAL_UPDATE'

IN UPDATE TASK

TABLES

XKNMT_TAB = XKNMT

YKNMT_TAB = YKNMT

TCATALOG_TAB = LT_CATALOG.

commit work.

Regards,

Vijay

2 REPLIES 2
Read only

Former Member
0 Likes
1,727

Hi Sreekanth

Try

RV_CUSTOMER_MATERIAL_UPDATE

Pushpraj

Read only

Former Member
0 Likes
1,728

Hi Sreekanth,

Use this.

There is an FM which is used by standard transaction

'RV_CUSTOMER_MATERIAL_UPDATE' .

Ex Code -

CALL FUNCTION 'RV_CUSTOMER_MATERIAL_UPDATE'

IN UPDATE TASK

TABLES

XKNMT_TAB = XKNMT

YKNMT_TAB = YKNMT

TCATALOG_TAB = LT_CATALOG.

commit work.

Regards,

Vijay