EdgarTabar
Participant
Member since ‎2008 Sep 17

User Statistics

  • 61 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Dear Experts, how can I extract header information from a source Message? source message <Header> variable1 = var1 <Payload> source1 source2 output message <Payload> output1 = source1 output2 = source1 output3 = var1 Thanks ...
Hi,I am working on a RFC to file scenario..How can I start after the processing a PowerShell script (my_script.ps1 )?And which user needs the role SAP_XI_CONFIG_FILE_OS_CMD_J2EE ?Regards,Edgar
Hi all,with the following message I get the error message:"Message processing failed in XML parser: java.lang.Exception: Consistency error: more fields found in XML structure than specified in conversion parameters!"The message<Kopf><Containerkopf>...
Hi ,I have the requirement to concat all the input fields (over 50) into one output field.How can I do that whitout the graphical tool?I don't like a UDF whith 50 parameters I use SAP PO 7.5 in a single stack environment.RegardsEdgar
Hi all,I want to convert an input date into an string whith the DateTrans function.The input date can be empty. Whith which function can I check empty inputs?If input is empty do nothing                        else target = DateTrans(Input)ThanxEdgar