GA_googleFillSlot(“POSTSAP”); You are coding at SAP CRM. You want to get the R/3 RFC to do something integrated with R/3 system. How? DATA ls_erpsite TYPE smof_erpsh. *- Get R/3 RFC (ls_erpsite-rfcdest) CALL FUNCTION ’SMOF_READ_SMOFERPSH’ EXPORTING i_sitetypeid = ’SMOF_ERPSITE’ IMPORTING e_smof_erpsh = ls_erpsite. CHECK ls_erpsite IS NOT INITIAL. *- Ping R/3 using obtained RFC to confirm communication CALL FUNCTION ’RFC_PING’ DESTINATION ls_erpsite-rfcdest EXCEPTIONS system_failure = 1 communication_failure = 2. CHECK sy-subrc = 0.
-
Social
Pages
Calendar
Games
Sap Websites
-
Recent Posts
- How to check Tied Empties Stock
- How to reverse a Outbound Delivery (Goods Issue)?
- IDoc Selection List
- Monitor Sent data do PI
- Inbound IDOC Background and Parallel Processing
- Retail Replenishment Transaction
- Powerfull SAP ABAP Functions
- Upload Graphics to SAPSCRIPT
- How to Transport SAPScript Across systems
- List users last login in SAP
Categories
Disclaimer
SAP and the SAP logo are registered trademarks of SAP AG. SAPKD.com is a personal blog and is not affiliated with SAP or other companies mentioned here. I capture the things I learn that might be helpful to others here. No warranties on the information provided are offered or implied. Please feel free to use at your own risk

