Hi,
I am new to SAP and ABAP in Eclipse. So far we were using SAP GUI for ABAP , but now we are moving towards Eclipse for ABAP.
I want to know, is forward navigation possible in Eclipse?
I mean in SAP GUI when we want to create a subroutine using Form and call using Perform,
We first write Perform sub_routine_name parameters and double clicking on sub_routine_name it automatically generates Form code for us.
Is it Possible in Eclipse Editor?
Here are screenshots for SAP GUI forward navigation.
Double Clicking on the 'get_mard' subroutine a pop up window opens which ask to create new object and then it creates a form for this perform.
The following perform is generated automatically.
In Eclipse it says Form 'get_mard' does not exist. We need to create it manually.
Thanks in advance.