google-code-export / saplink-plugins

Automatically exported from code.google.com/p/saplink-plugins
0 stars 1 forks source link

Function group has syntax errors on import from missing code #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Issue originally reported on SAPlink project page:

Reported by rquackenboss, Nov 29, 2006 ...

What steps will reproduce the problem?
1. import a function group with a function module that has a call to
another function module inside the source code

What is the expected output? What do you see instead?
Expected: The function group will syntax check and compile
Actual: The function modules with calls to other function modules inside
the source code are missing the "call function 'foo' " line.
What actually is imported is 
   exporting
     param = param
   importing 
     param = param

Comment #1 by rich.heilman.jr, Dec 03, 2006 ...

I have fixed the problem and the patch will be uploaded to the repository
in the 
coming days. 

Thanks, Ryan, for testing and finding this bug.  

Status: Fixed
Comment #2 by rquackenboss, Dec 08, 2006 ...

The new plug in for the Function Group is now in the Trunk directory

Original issue reported on code.google.com by ewherrm...@gmail.com on 31 Jan 2007 at 2:01