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

BS01_SALESDOCUMENT_CREATE syntax error

edson_suzuki
Explorer
0 Likes
1,111

I trying to use the function BAPI_DEBITMEMOREQ_CREATEBOS, but there is a syntax error in the internal function BAPI_DEBITMEMOREQ_CREATEBOS, I looking for notes to fix this problem but I didn't find it, somebody had this problem and found how to solve this problem. Im using the ECC 6.0.

thanks.

Suzuki

6 REPLIES 6
Read only

Former Member
0 Likes
972

in my sys. ecc 6.0 it is showing that 'The method 'CreateBos' has not yet been released in the BOR, whereas the underlying function module has already been released or released for internal use.'

If u r getting the same error in that case u have to release the method CreateBos as well as object BUS2096002 .Sap still not releases the object BUS2096002. It means it is still for internal use only. Better not to use it.

Regards,

Joy.

Read only

edson_suzuki
Explorer
0 Likes
972

I think that my problem is different, if I try to compile or just check the syntax the function BS01_SALESDOCUMENT_CREATE, the follow message is generated.

"Include /SAPBOQ/BOS_LBOS01TOP"

"No component exists with the name "/SAPBOQ/MITEM"

Regards.

Suzuki

Read only

0 Likes
972

In my sys. I am not getting the error u have mentioned but still if u have no other option other than using this FM in that case u can copy the whole function group and create a new zfunction group as well as zFMs. Now u can do the required changes in it.

Regards,

Joy.

Read only

edson_suzuki
Explorer
0 Likes
972

Thanks for your help, I send a e-mail to SAP about this error too, so I will wait for a answer before looking for another solution.

regards.

Suzuki

Read only

Former Member
0 Likes
972

When I use BS01_SALESDOCUMENT_CREATE BAPI for Pricing Procedure creation from reffered documents and would like to create document, pricing procedure update prevents from me to copy my pricing conditions.

How could I prevent from the system to conduct pricing procedure update during the BAPI commit?

Read only

Former Member
0 Likes
972

Can someone help me. I'm getting the same error.

"Include /sapboq/bos_lbos01top, No component exists with the name /sapboq/mitem. Check the program SAPLBOS01"

Edited by: nithinrayal on Jul 12, 2010 9:44 PM