google-code-export / saplink

Automatically exported from code.google.com/p/saplink
1 stars 2 forks source link

Function Groups Plug-In -- Missing Code #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Export a function group with code calling a function.
2.
3.

What is the expected output? What do you see instead?
Expectations are to see all of the code.  It appears that any 'CALL 
FUNCTION' lines are being omitted on the export.

What version of SAP are you using?
SAP_ABA Release / Level: 700/10
SAP_BASIS Release / Level: 700/10

What version of SAPlink are you using:
0.1.2

Please provide any additional information below.
I exported a FG to a slnk file.  Any 'CALL FUNCTION' lines of code were 
not exported to the slnk file.  The remainder of the function code IS in 
the file however.  For instance, the EXPORTING, IMPORTING, etc. code were 
moved to the slnk file.  Thus resulting in a syntax error.

As an example, see the attached FM in Z_TEST_FUGR_SAPLINK.txt.  And the 
resulting slnk file, FUGR_Z_GU_XML_CONNECTOR.slnk.

Original issue reported on code.google.com by the...@gmail.com on 30 Jan 2007 at 9:11

Attachments:

GoogleCodeExporter commented 9 years ago
Woops, diregard FUGR_Z_GU_XML_CONNECTOR.slnk.

I have attached the correct resulting slnk, FUGR_Z_WS_FUGR_SL.slnk.

Brad

Original comment by the...@gmail.com on 30 Jan 2007 at 9:13

Attachments:

GoogleCodeExporter commented 9 years ago
Hey Bav, good to hear from you.  

This issue has already been reported and fixed for the next release of the 
function
group plugin.  (See issue 28:
http://code.google.com/p/saplink/issues/detail?id=28&can=2&q= )

You can download the latest development version directly from the trunk 
repository:
http://saplink-plugins.googlecode.com/svn/trunk/
We will try to get this out as released by the end of the week.

In the future, please report any non-core plugin issues on it's hosted project. 
 The
function group can be found on the project page:
http://code.google.com/p/saplink-plugins/

Regards,
ewH

Original comment by ewherrm...@gmail.com on 31 Jan 2007 at 1:30

GoogleCodeExporter commented 9 years ago
The newest version 0.1.1 of the function group is now available in the downloads
section of the plugins project page: 
http://code.google.com/p/saplink-plugins/downloads/list

Original comment by ewherrm...@gmail.com on 31 Jan 2007 at 2:32