Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Testing Function Module from SE37 with table parameter

0 Kudos

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

1 ACCEPTED SOLUTION

Sijin_Chandran
Active Contributor
0 Kudos

Hi Safia ,

This is a very basic question.

Execute the FM.

Click on Details View/Edit beside your table parameter.

Click on Insert line and add as much entries you want.

5 REPLIES 5

Sijin_Chandran
Active Contributor
0 Kudos

Hi Safia ,

This is a very basic question.

Execute the FM.

Click on Details View/Edit beside your table parameter.

Click on Insert line and add as much entries you want.

Former Member
0 Kudos

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

0 Kudos

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,

0 Kudos

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

0 Kudos

I thought it was the other way around - the TABLES parameter is being depreciated and table types in importing parameters taking their place.....