Steps For Function Module Extraction
Steps For Function Module Extraction
Go to SE11
Select the data type radio button . Enter your structure name
Click on continue
Go to import tab
Enter the values, which is already having data source “extractor program”.
Copy from extractor program and paste is here.
To copy that program data
Go to se11 and open “ROOSOURCE table” in another screen
Open new window and give se11 T-code
Specify ROOSOURCE table name and click on display
Click on contents
In the next screen specify the datasourse name as 2LIS_11_HDR” TO GET THE
EXTRACTOR NAME
In that copy the extractor name MCEX_BW_LO_API ” which is available 3rd last of the
row
Now open se37 t-code
Specify the extractor name and click on display
Like paste all the clams’ data (type, associated type, data values)
And check the check boxes also how exactly we have in the extractor
Then go to the table tab in both of the screens and copy paste all the things previously
how exactly you are done like these
Now you mention our extract structure name, which we have created “YSTRUCTURE1”
and specify Type spec is LIKE
Go to source code, select statement, and write a code
“Select mandt kunnr land1 name1 name2 from kna1 into table e_t_data.”