Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How Sap Technically Interact with GUIXT ?

Former Member
0 Likes
542

Dear All,

please tell me how SAP technically interact with guixt.

Is there any function module , rfc, bapi used while interacting with sap guixt ?

1 REPLY 1
Read only

Ziv_Marcovich
Contributor
0 Likes
481

Hi Sushil,

In some cases when you are developed scripts with GuiXT is necessary from performance or simplicity reasons to get information from SAP by the use of RFC

I would  recommend to use this function (Z_GUIXT_SELECT_SINGLE)  from Synactive web to pull data from SAP tables

http://www.synactive.com/docu_e/doc_guixtselect.html

also you can look on this link which is  Exemple of how to use RFC which which calls

BAPI :BAPI_PR_CREATE  which creates purchase requisition

http://www.koehn.ch/banf-anlegen-ueber-fuba-bapi_pr_create/

Regards,

Ziv