2007 Oct 15 4:38 PM
Hi friends.
I'm using this RFC to create Goods movement. I have a problem because I don´t want to print the document aociated to th e goods movement but i don´t find one field that aloow me to don´t print the documents. Anybody can help me??
P.D: I have the NDR parameter with 'X' because sometimes the user wants print the documents...
Thank you.
2007 Oct 15 5:22 PM
2007 Oct 15 5:29 PM
Hi,
Please take a look at this links for sample coding of BAPI_GOODSMVT_CREATE.
http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm
http://www.4ap.de/abap/bapi_goodsmvt_create.php
Regards,
Padmam.
2007 Oct 15 5:40 PM
Thanks Narasimha Rao , but this link is for print the movement, and I don´t want, this, I wan´t no print the movement when I save the movement but the message of the movement maybe place in nast table to print after.
any other idea??
thanks
2007 Oct 15 5:48 PM
Do you want that no print is done when called through RFC, but it is ok when called from within R/3?
Try to see if you can manipulate it in output determination with requirement that it should print only if it is from within R/3. If you want the output record to be generated but not printed, then you may have to define two different output types, one that is output immediately if triggered from within R/3 but will not trigger if triggered from outside and the other will trigger only through RFC without immediate print. I don't think you can do this programatically.