2013 Jan 04 5:29 AM
Hi..
I have got to test run a function module from SE37, That function module requires an input parameter in table format. I have the data to enter, but I can't figure out how to enter values into the table parameter from SE37 screen.
any guidance will be appreciated.
Thank.
sd
2013 Jan 04 5:36 AM
2013 Jan 04 5:36 AM
2013 Jan 04 5:54 AM
Hi Safia,
1 : Execute ur FM using SE 37 T-code (F8)
2 : Check my Screen Shot
Click on Details View and Edit box just before 0 Entries..
if you have Multiple entries then enter One record after dat insert new line using '+' Sign
then Click on Single Entry (Shift+F7) if u have only Single record to Transfer to Table then Use this Option.
then Click on back button from menu and u got to user main screen..
after dat u know very well how Run this FM
Note : above Screen Shot refer to BAPI_MATERIAL_SAVEDATA for Creating Material Master Short text..
Regard's
Smruti
2016 Jan 05 6:53 AM
Hello gurus,
I try to find the same solution for "CS_BOM_EXPL_MAT_V2" but no luck at all. There is no field in the tables below for material number. However if I enter import parameters field "MTNRV" as for one single material, it works.
So could you have any clue that how can I insert new lines to "MTNRV" field without calling FM for testing multiple materials at once.
Regards,
2016 Jan 05 7:01 AM
Create Structure first in SE11. After creating structure, create table type. and then use the table type as type in your importing parameter. It is not recommended but yes its possible
2016 Jan 05 8:28 AM
I thought it was the other way around - the TABLES parameter is being depreciated and table types in importing parameters taking their place.....