``` ### 4. 调用bapi_objcl_create方法创建对象 接下来,调用bapi_objcl_create方法将配置好的对象创建到Kubernetes中。 ```go result, err := clientset.AppsV1().Deployments("default").Create(context.Background(), deployment, metav1.CreateOptions{}) if err != nil { panic(err.Error()) } ``...
(bapi_material_savedata是创建物料的bapi,但是里边不包含分类视图的创建,就可以在创建完物料之后,再用此bapi来创建分类视图) *创建物料分类图,三个参数分别是物料号,分类类别,类别 FORMcreate_objclUSINGmat klr cls. DATA: return_messagesLIKETABLEOFbapiret2, mat2LIKEbapi1003_key-object. mat2 = mat."此处...
调⽤BAPI_OBJCL_CREATE创建物料分类视图⽰例 需求:对于已经创建好的物料,没有维护分类视图,需要对其维护分类视图 (bapi_material_savedata是创建物料的bapi,但是⾥边不包含分类视图的创建,就可以在创建完物料之后,再⽤此bapi来创建分类视图)*创建物料分类图,三个参数分别是物料号,分类类别,类别 FORM ...
2628 3012345
Hi All, We have a requirement to change classification for the customer. I am using the BAPI 'BAPI_OBJCL_CREATE'. But i am getting an error message in return as 'Class
51CTO博客已为您找到关于BAPI_OBJCL_CREATE的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及BAPI_OBJCL_CREATE问答内容。更多BAPI_OBJCL_CREATE相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成长和进步。
CALL FUNCTION 'BAPI_OBJCL_CREATE_KEY' EXPORTING CLOBJECTKEY_NEW = CLASSNUM_NEW = " STATUS = '1' " STANDARDCLASS = " CHANGENUMBER = " KEYDATE = SY-DATUM " NO_DEFAULT_VALUES = ' ' " IMPORTING " CLASSIF_STATUS = TABLES " ALLOCVALUESNUM = " ALLOCVALUESCHAR = " ALLOCVALUESCURR = RET...
Hi All Can anyone let me know how exactly to use the BAPI BAPI_OBJCL_CREATE. I want to know the parameters that need to be passed for this bapi and the meaning of those
First, the function BAPI_OBJCL_CREATE is to create aclass, not aclassification. A class is a master data object that you can create with CL02. A classification is an assignment of an object e.g. material master to a class together with characteristics' values. ...
1.BAPI_OBJCL_CREATE_KEY on execution of this bapi with transaction commit. it gives error message "E CL 721 return message assignement exist and is valid". The characteristic values are not getting updated in the table AUSP(Where the values must have been updated) . So the updating of Equ...