Hi experts.
I'm looking for a BAPI that brings operations details like, operations times, minimum wait times (VGW01 - VGW06,
(AFVGD-ZLPRO, e.g). I already used the "BAPI_PRODORD_GET_DETAIL" but, this fields is not available. Someone know if exis...
Hello!
I'm working in an external application and I need to read the itens of material BoM. Like CS03.
I searched and found CSAP_MAT_BOM_READ, but, I my case it is not allowed for RFC.
I'll glad if someone help me.Thanks
Hello guys!
I'm using the code below in C# with SAP .NetConnector to search some information of the production orders. My doubt is. How to make this more efficiently?
public static DataSet GetOrder() { if (!ECCDestinationConfig.conexaoSapInicial...
Hi,I'm trying to use this FM from a .NET application, but it does handle this error "data type unknown cannot be used for scalar metadata".This occurs on the next line of the RFC call, so I understand that it is not a problem in my code since I have ...
Hi,I am developing an application using SAP net connector middleware for .net (nCo).I executed BAPIs queries for clients and materials and they work correctly, ie my connection is ok.Now I need to bring production order data (viewed in transaction CO...
Hello! I'm having the same issue. I'm suing with RFC and the code don't throw errors, but the return message say "no changes made". I already checked the commit functions and don't find nothing stranger. Someone help me? Tks.
Hi Igor,I've seen your question and I'm trying to use this FM but I'm getting the error: "Data type UNKNOWN can not be used for scalar metadata"This error occurs before the setting of the call parameters, ie it is not in the syntax below the call. Wh...