‎2005 Oct 21 10:55 AM
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.
‎2005 Oct 21 11:11 AM
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
‎2005 Oct 21 11:14 AM
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
‎2005 Oct 21 11:16 AM
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.
‎2005 Oct 21 11:30 AM
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