How can I add service call in SAP B1 SDK?

好久不见. 提交于 2019-12-25 00:09:01

问题


I want to add service call in SAP B1 SDK but I'm getting the following error message

Notice: Trying to get property of non-object in C:\wamp

Error:-5002

Below are sample codes of PHP

$oService=$mycomp->GetBusinessObject(191);
$oService->CallType=5;
$oService->CustomerCode="460201";
$oService->subject="Text here";

$oService->Add;

Is there any other field which is mandatory

来源:https://stackoverflow.com/questions/57376155/how-can-i-add-service-call-in-sap-b1-sdk

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!