sap-erp

RFC-enabled function module to update the table JEST

╄→尐↘猪︶ㄣ 提交于 2020-02-29 07:08:44
问题 I need to update some fields of Physical samples in SAP ERP: List of columns which are in the table QPRS : ABINF: Storage Information ABDAT: Storage Deadline ABORT: Storage Location List of fields which correspond to statuses (table JEST ): Sample Was Stored: status I0363 (short code in Status History: "STRD") Sample Consumed/Destroyed: status I0362 (short code in Status History: "USED") Is there a RFC-enabled function module to update these fields? Thanks. 来源: https://stackoverflow.com

SAP connection to extract data from PHP

六眼飞鱼酱① 提交于 2019-12-10 12:11:15
问题 I need to extract data from SAP ERP for a third-party system. The third-party system has to be able to request remotely data from SAP ERP on demand (i.e. information from a given employee). So the point is to make queries (mainly employees, inventory, stock) for a given resource. Therefore the data to transfer should be small for each request. The system is PHP-based. My questions are: a) Best way to carry out this task b) Do I need to carry some operation or coding within SAP to enable such