cancel
Showing results for 
Search instead for 
Did you mean: 

Custom ABAP- "FORM2" does not exist

former_member559645
Discoverer
0 Kudos

Hi All,

I am trying to use Custom ABAP Function , but while running, its giving me the below error:

Syntax error: <The FORM "FORM2" does not exist, but there is a FO>.

Here are the steps i followed:

1) Create Task with Custom ABAP Function
2) Create the output fields, ABAP File Name path
3) Set the backend DS Connection to Development Client & Choose Generate & Execute Mode
4) Run the Task against DS.

Let me know if am making any mistake in the above steps? How can i resolve this error to use Custom ABAP Function?..

Thanks,
Uday

View Entire Topic
0 Kudos

Hi Uday,

Can you confirm if the aba file was created with old abap editor so that it has only 72 chars length per line?

It seems to have truncated your form name so might be it.

Thanks!!