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: 

Function Module For Updating output type

Former Member
0 Kudos

Hi All,

My requirement is to Updating the Output type in NAST table by using Function Module.Is there any Function Module to update output type in NAST table.

Could anybody assist me in this regard.Thanks in advance. please do the needful.

Thanks & Regards.

Reddy Prasad

2 REPLIES 2

Former Member
0 Kudos

use the FM 'RV_MESSAGE_READ' to get the nast entries for the object key. Then modify the nast entries as u needed and call the FM 'RV_MESSAGE_UPDATE' with the modified entries.

Or this one

RV_MESSAGE_UPDATE_SINGLE

Former Member
0 Kudos

Hi,

You can use the FM WFMC_MESSAGE_SINGLE to creates a new entry in NAST table.

Thanks,

RKP