We are trying to create a SyncBO, in our rather new 2.5 system, at the moment but having trouble creating the BAPI wrapper. I think we have read everything there is to read but cant really understand how to create it. To create a SyncBO we need to create a BAPI wrapper. As we understand it you create the BAPI wrapper in the backend with the BAPI wrapper wizard on the WAS. Starting the wizard on the WAS server it asks for the BAPI wrapper names to be generated. Since we are dealing with an upload SyncBO I only define the create function. Lets call it Z__CREATE_X. Clicking Continue the wizard asks me to Enter the name of a structure in the ABAP Dictionary. What shall I write here? Whatever I write I get back this error Entry [xxx] does not exist in DD02L check your entry. When looking into the DD02L table I cant see anything that has to do with our BAPI in the backend. Should we? How do we find the structure to write in the wizard?
Another thing. When browsing the BAPI explorer in the backend, we cant find our BAPI. Is that normal?