cancel
Showing results for 
Search instead for 
Did you mean: 

how to develope custom function modules in SAP R/3 system to maintain c...

Former Member
0 Kudos

How to develope custom function modules in SAP R/3 system to maintain cross

referencing tables for sales order number.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member556603
Active Contributor
0 Kudos

Hi Raja,

Steps to crate FM..

Follow these steps..

Go to the T: code SE37

First You Create Function Group

On That u specify

Function Group Name..............

Short Text..............................

save...

Go to SE 37

Specify the Function Module Name: Eg: Z_Bapi_Materialmaster

Short Text.......

Save...

Next Go to Attributes..

Select Radio button : Remote enabled model

Go to Parameters..

Click Import...

Give Parameter Type Associate type S.t

next Click Export...

Give Parameter Type Associate type S.t

Next Click Tables Button..

Specify tables..

Next click source code button..

Write Source code here..

Eg : Select statements Etc..

Finally we should be select the Radio button Enable remorely

https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action?pageId=39728

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/bapi%2bstep%2bby%2bstep

Hope this information is useful to you..

Reward points if it is usefulll....

Thanks ,

Satya Kumar..

GabrielSagaya
Active Contributor
0 Kudos

Former Member
0 Kudos