Hi Swetnak!
Looks like one of the Function Module(FM) in your Function Group has some syntax error.In your Backend SAP System Go to SE37 and then type in your FM name and then Go To the Main Program.There will be a Include Program in the Main Program marked as "Function Modules".Double Click that and it will have a seperate Include for each Function Module in that Function Pool.Double Click each one of them One by One and try to activate.You will know which FM is causing the Syntax Error and what is it.If the errror comes out of a Function Module which you need fix that and activate the Main Progam and the errror comes out of a Function Module which you donot need then re-assign it to a different Function Group or comment out the Source Code of the FM inside that particular include program in your main program.
Basically you try to generate the Main Program of the Function Module you are using in your backend SAP System, that will get you the answer for the syntax error.
Let me know if this has resolved your problem.
Thanks
Gisk
Message was edited by: Gisk
Also donot forget the rewards if you feel you got some useful info 😊
Message was edited by: Gisk
Add comment