Application Development and Automation 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: 
Read only

FM

Former Member
0 Likes
820

Hi,

I am using the a FM in which the Importing Parameters of this FM must be checked with some other value and if condition is satisfied I need to put it into a structure and then display as output.I am getting some dumpsat the place of using the importing parameter.I tried to put the value into a internal table and then into a work area and then check for condition and put the value into structure.but it showed some dumps.So I created a structure of type structure and tried but even then there r errors.Can any one give me the flow for this or syntax example.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
717

declare other value same as import structure and then check the values and then transfer to output...U have to be specific for data declarations for all fields, if not FM will give a dump.

5 REPLIES 5
Read only

Former Member
0 Likes
718

declare other value same as import structure and then check the values and then transfer to output...U have to be specific for data declarations for all fields, if not FM will give a dump.

Read only

Former Member
0 Likes
717

Hi,

The one way is, the structure you are creating should be of the same type of the import parameter, then only it will be done. First, check the type of the import parameter you are giving, or if possible send me the Code, i will modify it.

Thanks

Manju

Read only

0 Likes
717

Can u please Give me your email id or give me a syntax example.

null

Read only

0 Likes
717

Hi,

manju.beedam@tcs.com

Thanks

Manju

Read only

Former Member
0 Likes
717

Hi,

Please paste the code of the FM interface and give the description of the short dump..

Thanks,

Naren