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: 

Print is not comming automatically while posting to BAPI for GR

former_member190312
Active Participant
0 Kudos

Hi all,

I can get a automatic print while creating a material document in MIGO.Now i am using BAPI

( CALL FUNCTION 'BAPI_GOODSMVT_CREATE' ) to create material document.Here, i am able to get print also.Here i am able to see the spool request in SP01 .

Now , From a 3rd party (SLRS), i am sending all the data to the same BAPI. it's creating a material document but print is not comming & i can not see any spool request in SP01 for this case.

what i need to do so that print will come automatically if i will post this BAPI from a 3rd party?

Regards

1 ACCEPTED SOLUTION

daixiong_jiang3
Active Participant
0 Kudos

at first you should check whether there is an entry in the table NAST with condition "OBJKY = document No."

if there is,you can run T_CODE WE15 check what happens.

1 REPLY 1

daixiong_jiang3
Active Participant
0 Kudos

at first you should check whether there is an entry in the table NAST with condition "OBJKY = document No."

if there is,you can run T_CODE WE15 check what happens.