ron_mitton
Explorer
Member since ‎03-02-2005

User Statistics

  • 13 Posts
  • 0 Solutions
  • 0 Kudos given
  • 9 Kudos received

User Activity

How can I convert this to a REDUCE expression ? I can't convert the WHERE to WHILE Thanks DATA header_price TYPE bapicond-cond_value. LOOP AT order_conditions_in ASSIGNING FIELD-SYMBOL(<cond>) WHERE cond_type = 'PR00'. header_price = header_p...
I want to return the material description in the user's logon language. If it doesn't exist return the English version. The following works, it seems with the new features available (we are on 7.5) there should be a more elegant solution. Any ideas ?...
I want to convert my SAPScript barcodes to new tech but the new tech barcodes take up too much space.For example, when <B1> is a new tech barcode:New<B1>1234</>Techthis line will print a 1/2 inch barcode followed by 1 1/2 in blank space before the "T...
I have written a .Net 3.0 Server program as a Windows Service that works with one of our systems. I now want it to support all of our systems - When the service fires up I want it to register with our DEV,QAS,PRD, and SBX systems and handle requests...
I am trying to run the RFC server programing example that begins on page 44 of the SAP NetWeaver RFC SDK - Release 7.1. I am using MS VS 2005This line appears to be the problem:repoHandle = RfcOpenConnection (repoCon, 8, &errorInfo);repoHandle is not...