Zip Payload using PayloadZipBean Module Processor

Hi,
I'm using AF_Modules/PayloadZipBean in module processor of Receiver SOAP adapter to compress/zip the message payload. I've used the following module key parameters :
Parameter Name      Parameter Value
zip.Mode                  zipAll
zip.filenameKey        contentType
In the adapter engine monitoring from RWB I can see the following warning message :
Warning Zip: message is empty or has no payload
But I can see the msg payload from the RWB message monitor as expected.
Can anyone please throw any light on this issue?
Thanks in advance,
Dipankar

Hi Stefan,
Can you please explain what you meant by transfer-encoding gzip?
Actually the requirement is to receive xml message in compressed zipped  format along with digital signature. As I understand using the ModuleProcessor which you mentioned in your blog I can send zipped message (using File Adapter I've actually achieved the result as mentioned in your blog. So thanks a lot for that!). But in file adapter I can't use digital signature. So how to satisfy both the requirements using a single adapter (and maybe using some module processors over it)?
Thanks for your help!
Dipankar

Similar Messages

  • Error while using PayloadZipBean module

    hi,
    For sending the data in zipped format in JDBC Adapter i used "PayloadZipBean" module.
    While Communication channel Monitoring at Receiver end I am getting this Error:--
    "Message processing failed. Cause: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at loacalejbs, the whole lookup name is localejbs/loacalejbs/AF_Modules/PayloadZipbean."**
    Is there any need to write this module in adapter engine?

    Hi,
    Have a Look at these
    Working with the PayloadZipBean module of the XI Adapter Framework
    Zip-Transfer-Unzip: Increase the performance of your Java-ABAP applications
    Regards
    Seshagiri

  • Controlling filenames using PayloadZipBean

    Hello
    I am struggling with names of the zipped files using payloadzipbean. The Scenario is as follows: we want to transfer an invoice including attachments to an external partner consisting of an xml message and one or more pdf files as attachments. the attachments are added to the message in an ABAP proxy on the sending R/3 system. The message is transferred to PI,where it si routed to an ftp communication channel. The xml message is zipped using the payloadzip bean and transferred to the external partner using ftp. The partner requires an approriate file extension to identify the types of files on the receiving side. Originally we managed this pay using the parameter zip.filenameKey and set it ContentType. The files inside the zip file are then named "untitled.xml" for the xml message and "untitled.pdf" for the attachments. However when there is more than one attachment the zipping of the file crashed, as both attachments have the same filename. We can fix this by adding an unique name to the attachment when it is attached to the proxy, and changing the zip.filenameKey to payloadName. The problem then is that the main payload file is called MainDocument without the .xml extension. I need to change the name of the payload or find another way to make the attachment filenames unique with zip.filenameKey set to ContentTyoe, Any suggestions ?
    Eivind Langsæter

    it is a bit tricky.
    You might have to code a module to build the attachments and then use zipbean to zip it for you.
    to set the name of the main document you can have a look into the sinppet of code below;
    Vector_attachementFileName contains the name for the attachment
    attachmentFileMainPayload has the data of the main payload
    XMLPayload MainDocumentPayload = message.createXMLPayload();
            MainDocumentPayload.setContent(
              this.attachmentFileMainPayload.getBytes());
            message.setDocument(MainDocumentPayload);
            Audit.addAuditLogEntry(
              this.auditMKey,
              AuditLogStatus.SUCCESS,
              "Main Document Successfully Set");
            TextPayload txtpayload = message.getDocument();
            txtpayload.setContentType("text/plain");
            txtpayload.setName(
              this.Vector_attachementFileName
              .elementAt(lengthOfVector - 1)
              .toString());
            Audit.addAuditLogEntry(
              this.auditMKey,
              AuditLogStatus.SUCCESS,
              "File Created: " +
              this.Vector_attachementFileName
              .elementAt(lengthOfVector - 1)
              .toString());

  • Unzip using PayloadZipBean

    Hi,
    I was looking to use PayloadZipBean module to unzip a zipped file with three text files inside.
    From the receiver adapter Audit log files, I see that the PayloadZipBean,is unzipping all the three files(first file as main payload and rest of the two files as additional payloads), but while writing the files, it only writes one file with the Main Payload content and the file name from File Name Scheme parameter.
    In module configuration, i gave name as zip.mode and value as unzip. Are there any other parameters where we can specify the names for additional files and also how do we extract other two files.
    Already looked at 'SAP Note:965256 - XI 3.0 Adapter Framework Zip Module' where not much information is available on unzipping piece.
    Thanks in advance.
    Pradeep

    I dont think you can use all the unzipped files as payloads. You might want to crate two scenarios where it writes all the unzipped files to disk (using receiver file adapter) then another file to X scenario as per your requirement.
    VJ

  • Usage of Module processor in SOAP Receiver Adapter

    Hi,
    I have scenario where I am calling an external Web Service via XI. Unfortunately I need Java Mapping to generate the complete SOAP Message (there are some special header elements required by the Web Service)  and flag 'no soap' in the SOAP Receiver Adapter. This works fine, but I have additional Web Service Calls that have the same Header logic and I don't want to use Java Mapping all the time.
    I was wondering if it is possible to use graphical User Mapping for the Business Data that goes to the SAOP Body as a payload and use Java code to generate the SOAP Message (actually the SOAP Wrapper and the Header).
    Can I do this in XI using the Module processor in the SOAP Receiver adapter or do I have to use two mappigs, one based on the Graphical mapping and another using Java Mapping? Is it feasible at all in XI?
    Thanks in advance.

    Hi,
    You can use Module Processor.
    But,
    1. If it is a synch call, in when the message is going from the SOAP adapter to the Webservice, you will need to manually Add the SOAP header as you want . ( you will need to create the entire SOAP mesage as the output of the Module ).
    2. When the response comes back, the same module will need to remove the SOAP header etc and pass a valid , XML message to the Graphical mapping.
    If you have a requirement that some fields of the SOAP header will be needed to be accesed in the Response mapping, then you would need to either add this field to some field in the response payload.
    Better option would be to use, Either a Java or a XSL mapping that does all the required stuff for you.
    Regards
    Bhavesh

  • Does Sender Mail Adapter support "PayloadZipBean" module

    Hi everyone,
    I have a scenario where, I get the email with an zip file as an attachment and I need to extract this file and send across. There is no mapping transformation done here, only I need to forward the attached file to the file server.
    Zip file always contains 1 file and is a text file.
    so Its an Email to File Scenario.
    Can I send the zip file as it is without unzipping i.e., send the attachment as iit is to the file server?
    If I want to unzip the file, does the module "PayloadZipBean" support in case of sender mail adapter. ?
    Thanks,
    Varun

    Hi Varun,
    Use "PayloadZipBean " Module at Receiver Communication Channel  in the Module Tab Set the "Module Key.mode =  unzip"
    and Receiver communication Channel file should be "FileName.txt".
    http://help.sap.com/saphelp_nw2004s/helpdata/en/bd/c91241c738f423e10000000a155106/frameset.htm
    Regards,
    Naga.

  • Unzip using Payloadzipbean/file content conversion

    Experts,
    I have a scnario, I get a zip file with .gz extension, unzip it read th file using file adapter.
    I am using Payloadzipbean module to unzip(zip.mode = unzip).
    The problem is File adapter converting the zip file into xml and unzipping the file.
    How do I force File adapter to unzip first and do content conversion.
    thanks

    Hi man.
    How did you solve this. I have to pick up a zip file with a .txt file then I need to convert this file to xml with module MessageTransformBean but Im getting this error:
    com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: 'sun.io.MalformedInputException'; nested exception caused by: sun.io.MalformedInputException
    This is my structure
    row (1..n)
    >TRANSPORTES (1)
    >ENTREGAS (1..n)
    I have configured the module tag in this way:
    AF_Modules/PayloadZipBean - zip
    AF_Modules/MessageTransformBean - transform
    CallSapAdapter - 0
    zip - zip.mode - unzip
    transform - Transform.Class - com.sap.aii.messaging.adapter.Conversion
    transform - xml.ENTREGAS.endSeparator - 'nl'
    transform - xml.ENTREGAS.fieldFixedLengths - 1,30
    transform - xml.ENTREGAS.fieldNames - TIPO,NUM_ENTREGA
    transform - xml.ENTREGAS.keyFieldValue - E
    transform - xml.TRANSPORTES.endSeparator - 'nl'
    transform - xml.TRANSPORTES.fieldFixedLengths - 1,30
    transform - xml.TRANSPORTES.fieldNames - TIPO,NUM_TRANSPORTE
    transform - xml.TRANSPORTES.keyFieldValue - T
    transform - xml.keyFieldType - CaseSensitiveString
    transform - Transform.ContentType - text/plain;charset=utf-8
    transform - xml.conversionType - StructPlain2XML
    transform - xml.documentName - MPrueba_Zip
    transform - xml.documentNamespace - http:/XXXXXX.es/XXXX/sap/prueba
    transform - xml.keyFieldName - TIPO
    transform - xml.processFieldNames - fromConfiguration
    transform - xml.recordsetName - row
    transform - xml.recordsetStructure - TRANSPORTES,1,ENTREGAS,*
    If I use only the MessageTransformBean directly from .txt everything works ok!!!
    What am I doing wrong???
    Thanks a lot!!!

  • How Module Processor initial load

    To:PI Specialists
    Situation:
    We use sender module processor. We restart PI everyday.
    So sometimes we get errror mail cause by sender module processor.
    The reason of error is look up error for sender module processor.
    after polling waitting, we can send successfully.
    OS:AIX
    DB:Oracle
    PI:7.1 ehp 1(7.11)
    Quetion:
    We want to load module processor before first messaging in the morning.
    Please show us the way of how to load module processor!!
    Thank! naoki

    Hi Naoki,
    Ideally, I would have hoped that the mail adapter had taken care of this issue.
    You might want to ask for a quick fix. It sounds very straightforward to wait for the polling.
    Alternatively, for your particular case, as you know exactly what time the engine is starting up, you could use the channel scheduling. Suppose, your engine is scheduled to be restarted at 6AM, you can schedule your mail channel to start at 7AM.
    Best regards, Yza

  • Zipping multiple Payloads to single Zipfile using payLoadZipBean

    Dear Friends,
    Can you help me in doing this sceanrios:
    I'm trying to send multiple payloads from source (selection
    of multiple payloads is done by checking Advance selection for
    Source file)  to PI, that inturn Zip all Payloads in to a single Zip FIle.
    (note: payLoadZipBean is giving individual zip file for every single payload but I want it all in single Zip file)
    And also can I zip, Additional Files sent through File Adapter,
    as these are not considered as payloads. Plz correct me If I'm wrong.
    I request you plz dont paste any links to blogs or forums.
    I'm trying to create a module to perform this scenario,plz suggest me better answers, in case module develpment is not required.
    Dear Stefen, I hope I will get a good answer from you soon.
    And thanks for suggesting me to post a thread for this issue.
    Thanks in advance
    Praveen K Kurni

    Dear Sameer,
    I did studied the SAP note;
    By using these parameters
    Module Key: zip
    Parameter name: zip.mode
    Parameter value: zipAll
    Module Key: zip
    Parameter name: zip.filenameKey
    Parameter value: contentType
    Module zips all payloads as individual zipfiles
    for ex:
    my files are:
    1. abc1.xml
    2. abc2.xml
    3. abc3.xml
    module payLoadZipBean zips these payloads as
    1. abc1.zip
    2. abc2.zip
    3. abc3.zip
    But I want all the files to be zipped in to single zipped file:
    let say abc_all.zip
    Thanks any way
    Praveen K Kurni

  • Zipping the payload using File adapter

    Hi Experts,
    I have a 620 MB xml file, which need to be archived on daily basis.
    but the XI server shows 503 service unavailable message, while trying to process the huge file.
    also used the Zippayloadbean module in the file adapter, but no luck.
    Please suggest on how to archive 620 MB xml file.
    Thanks in advance.

    Hi mk,
    I know that there is a bean for the adapter module that unzips attachments. Have a look if there is a module for zipping.
    Zip or Unzip your Payload with the new PayloadZipBean module of the XI Adapter Framework
    /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework
    and check the CASE 2 in this blog:
    /people/michal.krawczyk2/blog/2007/02/08/xipi-command-line-sample-functions
    Regards Mario

  • Anonymizer Module Processor - how to use ?

    Hi,
    I have a requirement where the incoming XML contains namespace prefixes that do not match the namespace prefix set on the XI definition.
    Therefore the message mapping does not work !
    I have seen a few thread recommending using the Anonymizer Module Processor to override the namespace prefixes.
    However, I cannot seem to get this to work on an message inbound to XI - it always seems to retain the namespace prefixes of the incoming message.
    I have added the followingto the module section of the SOAP adapter inbound channel:
    Module name - localejbs/AF_Modules/XMLAnonymizerBean
    Module type - Local Enterprise Bean
    Module key - namespace
    Module configuration:
    Module key - namespace
    Parameter name - anonymizer.acceptNamespaces
    Parameter value - 'http://schemas.xmlsoap.org/soap/envelope/' ns0 'http://tempuri.org' ns0 'java:com.xerox.hc.registration.event' ns0
    The incoming XML looks like this:
    <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
    - <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    - <env:Body env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    - <m:getRegistrationEventQueryResponse xmlns:m="http://tempuri.org/">
    - <result xmlns:n1="java:com.xerox.hc.reg2.registration.event" soapenc:arrayType="n1:RegistrationEventJB[9]">
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">KN0025428</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">KN0025428</string>
      </clientId>
      <clientType xsi:type="xsd:string">Device</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-23T12:33:58.318-05:00</eventDate>
      <eventType xsi:type="xsd:string">SerialNumberChange</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">TFN702031</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">TFN702031</string>
      </clientId>
      <clientType xsi:type="xsd:string">Device</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-23T13:00:27.449-05:00</eventDate>
      <eventType xsi:type="xsd:string">SerialNumberChange</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">PSG000002</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">PSG000002</string>
      </clientId>
      <clientType xsi:type="xsd:string">Device</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-23T17:55:13.067-05:00</eventDate>
      <eventType xsi:type="xsd:string">Deregistration</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">RKR000002</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">RKR000002</string>
      </clientId>
      <clientType xsi:type="xsd:string">Device</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-23T18:53:42.629-05:00</eventDate>
      <eventType xsi:type="xsd:string">Deregistration</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">RKR000002</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">RKR000002</string>
      </clientId>
      <clientType xsi:type="xsd:string">Device</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-23T18:54:40.235-05:00</eventDate>
      <eventType xsi:type="xsd:string">Registration</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">KMM010309</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">KMM-010309</string>
      </clientId>
      <clientType xsi:type="xsd:string">ProxyDevice</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-23T19:00:56.574-05:00</eventDate>
      <eventType xsi:type="xsd:string">Registration</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">DLC010061</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">DLC0100615CA</string>
      </clientId>
      <clientType xsi:type="xsd:string">ProxyDevice</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-24T15:29:59.268-05:00</eventDate>
      <eventType xsi:type="xsd:string">Deregistration</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">DLC010061</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">DLC0100615CA</string>
      </clientId>
      <clientType xsi:type="xsd:string">ProxyDevice</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-24T15:40:37.123-05:00</eventDate>
      <eventType xsi:type="xsd:string">Registration</eventType>
      </RegistrationEventJB>
    - <RegistrationEventJB xsi:type="n1:RegistrationEventJB">
    - <cleanSerialNumber soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">TFN702031</string>
      </cleanSerialNumber>
    - <clientId soapenc:arrayType="xsd:string[1]">
      <string xsi:type="xsd:string">TFN702031</string>
      </clientId>
      <clientType xsi:type="xsd:string">ProxyDevice</clientType>
      <eventDate xsi:type="xsd:dateTime">2007-01-25T10:30:02.660-05:00</eventDate>
      <eventType xsi:type="xsd:string">Deregistration</eventType>
      </RegistrationEventJB>
      </result>
      </m:getRegistrationEventQueryResponse>
      </env:Body>
      </env:Envelope>
    All namespace prefixes need to be overridden to ns0 but with the configuration I have added this is not working.
    Any ideas what I am missing or have configured incorrectly ?
    Kind regards
    Colin.

    Hi Colin,
    There is no matter how the namespace prefixes are called. If you have ns0 or t is no difference.
    The problem why the mapping is not working is the difference between prefixed namespaces like this:
    <m:getRegistrationEventQueryResponse xmlns:m="http://tempuri.org/">
    and non-prefixed namespaces like this:
    <result xmlns:n1="java:com.xerox.hc.reg2.registration.event">
    With the IR you can only create message types with one prefixed namesspace. It is not possible to create a message structure as you need inside the IR.
    You have to create the WSDL externally and upload as external definition to the IR. Let BizTalk create the WSDL.
    If this is not possible, you should XSLT for mapping.
    Regards
    Stefan

  • How and were 2 use module processor..........

    hi,
    in adapter v have 3 tabs.first one is parameters,second one idetifiers and third one module.........so i want to no how this module is used.........in which situvation we use it and how?

    Hi Phani,
    see the module tab specifies the adapter modules called during execution of your communication channel......so in the comm channel in module tab - there is always a SAP adapter module for every adapter which is invoked by the adapter engine to do the work of that adapter.........now if there is some functionality in your scenario, which cant be provided by the  adapters which SAP XI provides - then you will have to create a customer adapter J2EE module for your scenario in NWDS and then deploy it in XI system by SDM.....Then you can give your adapter module first and then SAP adapter module will be there..........So adapter engine first calls your adapter module -do the things you want and then adaper engine calls SAP adapter  module to do the task of that adapter comm channel.
    Hope this explains you the use of module tab in Comm channel.
    Thanks,
    Rajeev Gupta

  • Problem using payloadZipBean to unzip a file

    I would like to run OS command to zip large amount of xml into one zip file before XI pick it up, then use unzip option in payloadZipBean to unzip all the xml files so XI can process them one by one from memory, this will reduce lots file I/O time.
    But I am getting this warning message:
    Warning Zip: message is empty or has no payload
    But if I display this message in RWB, the only payload is this zip file.
    Why the payloadZipBean is not unzipping this file as supposed to.

    Did you check this blog
    /people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework
    Sameer

  • Zip file with Adapter Module

    Dear Frnds,
    i created one file to file scenario i want output Zip file format for this requirement i used Adapter module ike below but am not able open the output Zip file  plpz help on this .
    Module
    Name:   loacalejbs/AF_Modules/PayloadZipbean
    Module
    Type:    Local Enterprise Bean
    Module
    Key: Zip  
    Parameter
    value:    zipAll                      --   To compress all payloads
    Regards,
    Rajendra K

    Hi Rajendar,
    Refer below blog on how to use payloadzip bean.
    Working with the PayloadZipBean module of the XI Adapter Framework
    You can also zip your output file by using OS command at receiver channel with a unix script.
    Regards,
    Aamir

  • Problem in Module processor

    Hi All,
    can any body help me on this
    how much time will take the module processor to execute the message.
    If 4/5 messages are entering into MP at the same time what will happened
    I am getting the error in this stage when iam using receiver FILE Adapter
    getting the error log " Message is entering into the Module Processor"
    then in the next log i will be getting the following error differently
    Attempt to process file failed with
    com.sap.aii.adapter.file.configuration.DynamicConfigurationException: Error during variable substitution:
    com.sap.aii.adapter.file.varsubst.VariableDataSourceException: Caught SAXException while parsing XML payload:Fatal Error:com.sap.engine.lib.xml.parser.parserException: XMLparser: No data allowed here(:main:,row:,col:75)"
    com.sap.engine.lib.xml.parser.parserException:XMLParser:N o data allowed here:(hex) 76,65,72   (:main:,row:1,col:9)
    for the same message when the sys tried to resend
    parserException:start-tag 'EIT' is different from the end-tag'E1EDP03(:main:,row:1,col:16)
    but there is no problem with payload also
    Regards
    Sankar

    Hi All,
    1.I am not using custom Module, it is IDOC to File Scenarion.
    2.No Content Conversion.
    3.There is no problem with Mapping.
    Maximum Messages are successfull, some messages are failed in the Module due to this error.
    Every message  (main:, row:1:,col:1923) this will be changing and some times </ expected, Document is not well-formed, No data allowed here "
    "If i rescend the message 1 by 1 message is processing successfully, but if select more than 1 message only one message getting processed".
    Around 4 interfaces with this type of error, but all having same problem some messages are failed with this kind of error.
    If more messages are attempting to process at the same time in the module processor is there any loading problem that causes this error?.
    Thanks & Regards
          Sankar

Maybe you are looking for

  • 2lis_11_vaitm

    Hello Gurus i have a query regarding Updation of records. my scenario is as follows I am using <b>2lis_11_vaitm</b> as a info source for the following data targets 1. ZOVAITM [ODS], After extracting the data, i could see  under Request tab [Transferr

  • Mac Mini & App store

    Wife has a Mac Mini that was under my name.  Have lots of apps.  Just bought her a new mac mini.  Can I use my app store account to update her new computer, yet let have her own iCloud identity?

  • Sum of the sql query after a control break

    Hi all, I need some help about getting the final sum of the sql query after doing a control break in a dynamic report, ( the control break make me the sum of each report but didn't leave me the sum of all the query) Thanks in andvance for your help !

  • Need info about GN_INVOICE_CREATE

    Hi experts! I need to create Credit / Debit memo invoices in my Z program, so I decided to use GN_INVOICE_CREATE for this, but can not find info about parametres of this FM.... could anyone explaine how to use this FM or maybe someone has a peace of

  • Option for changing country/region does not show

    I Use IPad IOS 8. I want to change the region from United States to The Netherlands, but there is no option to do this. I logged in to Apple Store and chose View Account. The option does not show. I Searched the community, but no solution found that