‎2006 Dec 28 8:01 AM
Hi ,
I need to create a function module that extract data from some 3 data base tables , How to do that in SE37 . Can you provide the sample code and what are the import , Export parameters . What must be in tables .
Say VBAK , VBAP ,MARA
i can select fields using this condition
VBAK-VBELN = VBAP-VBELN
VBAP-MATNR = MARA-MATNR
Step by step procedure will be helpful , How to send result of function module to ABAP program
Kumar
Points Will be assured
‎2006 Dec 28 8:05 AM
Hi
creating function module:-
called program - se37-creating funcgrp, func module by assigning attributes, importing, exporting, tables, exceptions.
calling program - SE38-in pgm click pattern and write function name- provide export, import, tables, exception values.
The above method, create a function using VBAK, VBAP and MARA and join together and get the data.
‎2006 Dec 28 8:05 AM
Hi
creating function module:-
called program - se37-creating funcgrp, func module by assigning attributes, importing, exporting, tables, exceptions.
calling program - SE38-in pgm click pattern and write function name- provide export, import, tables, exception values.
The above method, create a function using VBAK, VBAP and MARA and join together and get the data.
‎2006 Dec 28 8:08 AM
I DONT KNOW WHAT IS YOUR REQUIREMENT BUT IF YOU WANT TO SEE THE DATA FROM THOSE THREE TABLES THEN WHY ARE NOT YOU GOING FOR DATABASE VIEW?
REGARDS
SHIBA DUTTA
‎2006 Dec 28 8:13 AM