former_member497507
Explorer
Member since ‎06-19-2017

User Statistics

  • 10 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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...