‎2006 Nov 22 2:44 PM
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
‎2006 Nov 22 2:50 PM
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.
‎2006 Nov 22 2:50 PM
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.
‎2006 Nov 22 2:59 PM
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
‎2006 Nov 22 4:31 PM
Can u please Give me your email id or give me a syntax example.
null
‎2006 Nov 23 7:57 AM
‎2006 Nov 22 4:50 PM
Hi,
Please paste the code of the FM interface and give the description of the short dump..
Thanks,
Naren