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

problem in function module NAST_PROTOCOL_UPDATE

Former Member
0 Likes
604

Hi experts,

Im using the function module NAST_PROTOCOL_UPDATE to populate the processing log for purchase order.

My code is like this.

CALL FUNCTION 'NAST_PROTOCOL_UPDATE'

EXPORTING

msg_arbgb = i_processlog-msgid

msg_nr = i_processlog-msgno

msg_ty = i_processlog-msgty

MSG_V1 = i_processlog-msgv1

MSG_V2 = i_processlog-msgv2

MSG_V3 = i_processlog-msgv3

MSG_V4 = i_processlog-msgv4

EXCEPTIONS

OTHERS = 1 .

But still, im not getting the processing log for PO.

please give me the solution for this.

(Can you give me the sample code to solve the issue?)

regards

subash

Edited by: subash Arthanari on Feb 4, 2009 12:38 PM

2 REPLIES 2
Read only

Former Member
0 Likes
394

hi

use SY in place of i_processlog

regards

Read only

Former Member
0 Likes
394

hi,

There are lots of threads on this FM. Search it

One is

Regards

Mudit