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

BAPI_GOODSMVT_CREATE

Former Member
0 Likes
775

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.

4 REPLIES 4
Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
629

Hi,

Check this link..

Might be helpful..

Cheers,

Simha.

Read only

Former Member
0 Likes
629

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.

Read only

Former Member
0 Likes
629

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

Read only

0 Likes
629

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.