Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
rvmosquera
Explorer
0 Kudos

UPDATE 25/11/2010: One missing structure was added to the NUGG_Z_FMDROID_CALL_CODE_W_PATTERN_V2.nugg, thanks for the comment Andrea.

I few weeks ago, I published an app which attempts to reduce the ABAP programming time by providing the code for the Calling a function module (abap code), quickly Andrea Olivieri continued with my work and integrate it on the Call a function module in the ABAP Editor: Stop Crying - Start Laughing. =D  (many thanks for the contribution).  By the suggestion of Gregor Wolf, I upload it to the Code Xchange, where the project is called Calling a function module (abap code).

I felt I could make more improvements to the code and add some new features, so I’ve uploaded  a new version that includes:

1. Type declaration for internal tables, in case we need to declare several internal tables.

2. Form encapsulation, maybe if we need to call the function module several times.


All the code has been encapsulated in a function module (to be used in other applications or programs) in FMDroid.W.PatternV2.NUGG.rar.zip.

These are some of the improvements I have added, I hope they will be useful for you =D.

PD: the two funcionalities depend of the parameters with_types and with_form from the options, by default is always set to 'Y'.

 

Special thanks to Andrea Olivieri, Alvaro Tejada "Blag" (for helping me with my English) and Gregor Wolf.

7 Comments