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_SALESORDER_CREATEFROMDAT1 and BAPI_SALESORDER_SIMULATE

Former Member
0 Likes
618

Hi All,

i've been working on these two BAPI till yesterday in a fine manner, but today when i came in and tried executing these two bapis its showing syntax errors like.

syntax error in program SAPLV61A

in include RV64A932

in line 10

last changed by SZPAK

author SZPAK

Statement "*&" is not defined. Check your spelling.

any sort of help is highly appreciated.

4 REPLIES 4
Read only

Former Member
0 Likes
533

Hi Rahul,

Some one is actually changing a Condition Value Pricing Formuala (You will find it in transaction VOFM, in the menu Formulas->Condition value

In fact the routine number is 932. You can check the source code from VOFM.

These are pricing related formulas which are used for determining a pricing condition value during Sales Document Create/Change and are integrated into Pricing function group coding (SAPLV61A).

You can ask the corresponding user to correct his code..

Hope this helps..

Sri

Message was edited by: Srikanth Pinnamaneni

Read only

FredericGirod
Active Contributor
0 Likes
533

Hello Rahul,

maybe someone has apply an OSS note (SNOTE), or a support package on your system (SPAM).

if no, could you be more precise, give us the code of include and the release of your sytem.

Regards

Frédéric

Read only

Former Member
0 Likes
533

Hi Srikanth ,

Thanks for your reply . I'm new to abap , so can you please guide me on how to rectify this error and continue with the execution.

Read only

0 Likes
533

Hi Rahul,

Two possibilities,

Go to SE38 and enter program name RV64A932 and hit change, if the other user SZPAK is not locking it then you should be able to change the code. Just correct the syntax error, save and activate.

Or goto VOFM, Formulas->condition value,

goto 932 routine, hit change and correct the syntax error, save and activate.

Try intimating the user who changed it if it is not allowing you to change it or is asking for a change request..

Hope this helps..

Also if you are able to change it then put a comment for the other user so that he will know that you have corrected the syntax error..

Did it help ??

Sri

Message was edited by: Srikanth Pinnamaneni