cancel
Showing results for 
Search instead for 
Did you mean: 

Can anybody please provide me step-step by guide to write RFC Model

Former Member
0 Kudos

Hi,

I just need the help.sap.com url.

If there is any other useful docs, then also provide the link.

Regards

Neha Singh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi...

Check the following link.. It has step by step procedure..

http://help.sap.com/saphelp_erp2004/helpdata/en/c3/76b45d9688e04abe1a1070410ddc1e/content.htm

Regards,

Alamelu

Answers (2)

Answers (2)

former_member192434
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi,

My scenario is like that:

I have two numbers: Num1 and Num2:

I will declare two Input elements of type Integer.

This screen will insert the data into the ztable through the RFC

ZADD_INT where there should be two logic:

1> Assign the vaklues Num1 and Num2 two variables RFC_NUM1 and RFC_NUM2.

Then adding these two variables to a value RFC_SUM.

2> Writting an Insert statement to insert these values to Internal table ITAB.

Then appending the ITAM to ztable.

3> Writting a ABAP Report to show that all three values in the ZTABLE:

No1, No2 and NoSum are populated.

I am missing the NWDI Part and I don't know whether I need to configure JCO.jar with the

NWDS.

Regards

Neha Singh