2009 Oct 13 9:33 AM
Hi,
Is there any RFC function module to read domain fixed value from remote system in basis layer?
As we cannot simply wrap DD_DOMVALUES_GET with a new RFC module,because remote system will not install our component, our wrap function module is not there.
We may need a RFC fm from basis layer.
Hi,
Is there any RFC function module to read domain fixed value from remote system in basis layer?
As we cannot simply wrap DD_DOMVALUES_GET with a new RFC module,because remote system will not install our component, our wrap function module is not there.
We may need a RFC fm from basis layer.
2009 Oct 13 9:39 AM
Edited by: Daixiong Jiang on Oct 13, 2009 4:41 PM
Edited by: Daixiong Jiang on Oct 13, 2009 4:41 PM
2009 Oct 13 9:43 AM
Hi, the problem is
If we wrap it by our own, like FM_WRAP_DD_GET ,
then the remote system SYS1 may not install our application, then that RFC FM is not in SYS1.
we still cannot get the data.
2009 Oct 13 9:46 AM
Is there a RFC connection between your SAP and SYS1?
Of course the RFC FM will not exist in SYS1, the function will be called by SYST1, then the function will be executed in your SAP system thru a RFC call, the importing paremeter and exporting parameter will be transported thru RFC. that's the right use of RFC, there should not be issues.
Edited by: Daixiong Jiang on Oct 13, 2009 4:47 PM
2009 Oct 13 9:52 AM
yes, of course.
Scenario is :
we want to retrieve the domain fixed value from SYS1, and we can not guaranteen SYS1 has our component installed, therefore we can not simply wrap it.
2009 Oct 13 10:06 AM
I see.
I think you can try function DD_DOMA_GET, which is RFC-enabled.
2009 Oct 13 9:41 AM
Hi,
You could as well use the same function module DD_DOMVALUES_GET within a custom function module ... Z_DD_DOMVALUES_GET and enable RFC Call for ur custome FM. This becomes a wrapper FM for the FM DD_DOMVALUES_GET.
Thanks,
Harini
2009 Oct 13 9:50 AM
2009 Oct 13 9:59 AM
you create a rfc enabled fm and wrap GET_DOMAIN_VALUES or DDIF_DOMA_GET in it.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |