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

Reg Function Module For Output Type

Former Member
0 Likes
631

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

Former Member
0 Likes
388

Check the following function module

CALL FUNCTION 'NAST_PROTOCOL_UPDATE'

EXPORTING

msg_arbgb = syst-msgid

msg_nr = syst-msgno

msg_ty = syst-msgty

msg_v1 = syst-msgv1

msg_v2 = syst-msgv2

msg_v3 = syst-msgv3

msg_v4 = syst-msgv4

EXCEPTIONS

OTHERS = 1.

Read only

Former Member
0 Likes
388

you may see this thread:

.

if still your puspose not solved than you may write small routine in custom FM and call this in your program.