2015 May 09 6:55 AM
Dear All,
please tell me how SAP technically interact with guixt.
Is there any function module , rfc, bapi used while interacting with sap guixt ?
2015 May 09 9:46 PM
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