I am getting an error while executing BODS job for Rapid Mart.
I have placed the ABAP file in their respective directories and i have given the same path in my BODS also. Please find the attachment for the error which i got during execution.
The ABAP dataflow you are using has as source an ABAP program - a Custom ABAP Program - a piece of manually written ABAP code. The jobserver wants to merge this source code into the final ABAP program to be executed but can’t find it under the given location.
You installed the RapidMart somewhere, there you will find in one of the sub directories these ABAP programs like the PA0000Val.aba. Copy all those files over to the jobserver computer into a path of your choice.
Then go to the object library, the transforms and search for all Custom ABAP Transforms. When you open one, the only parameter it will have is the path, currently H:/usr/SAP/PEP/tmp/PA0000Val.aba. Change it to the path you put the abab file into.