cancel
Showing results for 
Search instead for 
Did you mean: 

rfc input problem

Former Member
0 Kudos

Hi

I am calling a RFC in Webdynpro which saves an order in R/3 database

It has 3 fields Order no, date from date to

when i execute this RFc using data

Order no 0030

date from 12.10.2008

date to 12.10.2008

the order gets created .Now wen i pass these parameters from dynpro and debug into abap these values arent passed.the values arent reflected there.

I ve chked my code also my mapping also data has been passed in right format in the model node.

pls help me out !!!!!!

    • in short i cant pass the model import parameters i set in webdynpro to abap...

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

check ur set parameters properly.

Execute bapi only after setting all the import parameters.

even if any one is left null,the data wont be saved.

incase user is not filling any value,try giving some default value.

Also the format of date that you are filling through webdynpro java should be same as in R/3 system.

Like if in R/3 it is in format 02.02.2007,in Web dynpro java also it should be 02.02.2007 and not 02/02/2007.

check this.

i hope mine solution will sort out your problem.

if problem still persists,there may be some problem in r/3.get it corrected at backend then.

Former Member
0 Kudos

Hi Nikhil,

Have you executed the RFC at backend?

If you are using a standard RFC then it should be a problem of wrong mapping. You could re-check data binding, context mapping and the model binding.

Regards,

Anagha

Former Member
0 Kudos

If you could post your context structure and the code that you have written to set its value, we can help further.

Regards,

Murtuza