PR to PO Conversion Mandatory

Hi,
I just created one PR (ZVPR) and two PO ( ZVPO, ZBPO) , My requirement is Based on ZVPR I can create PO on  ZVPR PO Doc only  not ZBPO Doc..
In SPRO Where Exactly I can make the settings..
Please Guide Me.
Rgs,
Priya.

hi
Go into PR document type defination
SPRO>MM>Purchasing>Purchase Requisition>Define Document Types
select ZVPR  go to Link purchase requisition - document type  here give ZVPR as Po document type and not ZBPO
so sys will not allow to cteate ZBPO from ZVPR PR doc type
Vishal...

Similar Messages

  • File Sender Adapter: Content Conversion :Mandatory parameter 'xml.keyfieldN

    i have a scenario where i had to pick a flat file and post it to RFC.
    on the basis of keyfields i had to pick the values
    <b>but i am getting mandatort field xml.keyfieldnamec: no value</b>
    my flat file is of type :
    E2EDL20                       0200083662685
    E2EDL24                       02090000110786293200PCE
    E2EDL24                       02090000210786301895PCE
    E2EDL20                       0200083662685
    E2EDL24                       02090000110786293200PCE
    E2EDL24                       02090000210786301895PCE
    My FCC parameters are :
    RecordSet Structure :E2ED20,,E2E24,
    RecordSet sequence :Ascending
    Keyfield Name: KG
    E2ED20.fieldNames                     KEY01,VBELN
    E2ED20.keyFieldName     KEY01
    E2ED20.keyFieldValue     'E2EEDL20'
    E2ED20.fieldFixedLengths     7,33
    E2ED20.endSeparator     'nl'
    E2ED20.processFieldNames     fromConfiguration
    E2E24.keyFieldName                     KEY02
    E2E24.keyFieldValue                     'E2EEDL24'
    E2E24.fieldNames                      KEY02,POSNR,CHARG,LFIMG,MEINS
    E2E24.fieldFixedLengths     7,29,10,4,3
    E2E24.endSeparator                     'nl'
    E2E24.processFieldNames     fromConfiguration
    KEY01,KEY02 i had 2 field added in DataType to identify :E2EEDL20,E2EEDL24.
    THx

    Hi,
    The FCC u have provided..
    RecordSet Structure :E2ED20,,E2E24,
    RecordSet sequence :Ascending
    <b>>>Keyfield Name: KG</b>
    E2ED20.fieldNames KEY01,VBELN
    <b>>>E2ED20.keyFieldName KEY01</b>
    E2ED20.keyFieldValue 'E2EEDL20'
    E2ED20.fieldFixedLengths 7,33
    E2ED20.endSeparator 'nl'
    E2ED20.processFieldNames fromConfiguration
    U have specified the keyfield two times....
    either u can remove <b>>>E2ED20.keyFieldName KEY01</b> from fcc and change ut DT to have a field KG to hold the keyvalue or
    u can remove <b>>>Keyfield Name: KG</b> so that the field specified by the <b>field.keyFieldName</b> is used to identify the keyfield...
    Regards
    Santhosh
    Remember to set the thread to solved when you have received a solution

  • How to get the reference of the cell id in validate method in adf

    Hi All,
    I am using Jdeveloper 11.1.1.2 and i am using custom validator where i have registered the validator in facesconfig.xml.I need to know how can i get the ID of the inputtext box which is present in the hierarchy as Panel Header->Table->column->textbox :-
    Below is my custom validator class source , please tell me how to get the reference of the textbox which is present in such hierarchy.:-
    package validator;
    import java.io.Serializable;
    import java.util.Date;
    import javax.faces.application.FacesMessage;
    import javax.faces.component.UIComponent;
    import javax.faces.context.FacesContext;
    import javax.faces.validator.Validator;
    import javax.faces.validator.ValidatorException;
    import oracle.adf.view.rich.component.rich.input.RichInputDate;
    import oracle.adf.view.rich.component.rich.input.RichInputText;
    import oracle.adfinternal.view.faces.bi.util.JsfUtils;
    public class ValidateConversion implements Serializable, Validator {
    public ValidateConversion() {
    super();
    public void validate(FacesContext facesContext, UIComponent uIComponent,
    Object object) throws ValidatorException {
    System.out.println("*************");
    System.out.println((String)object);
    //get component id by get("AttributeName");
    String conversionComponentId = (String)uIComponent.getAttributes().get("UncommittedOrder_PH:t7:it14");
    System.out.println("conversionComponentId=" + conversionComponentId);
    RichInputText conversionComponent = (RichInputText)uIComponent.findComponent(conversionComponentId);
    Integer conversion = (Integer)conversionComponent.getValue();
    Integer quantityInBags = (Integer)object;
    //get labels from the two inputDate component.
    String conversionLabel = conversionComponent.getLabel();
    String quantityInBagsLabel = ((RichInputText)uIComponent).getLabel();
    Integer remainder = (quantityInBags % conversion);
    //throw error if valiation fails
    if (remainder > 0) {
    throw new ValidatorException(new FacesMessage(FacesMessage.SEVERITY_ERROR,
    "The " + quantityInBagsLabel + " should be in multiples of" + conversion +".",
    null));
    Thanks,
    Plese reply!!!

    Thanks Jabr,
    This is my jsff page source and i need to find the reference of it14 which is the textbox :-
    <af:panelGroupLayout id="pgl1" styleClass="AFStretchWidth">
    <af:panelHeader text="Results" id="Results_PH" size="1">
    <af:table value="#{bindings.queryProductResponseType.collectionModel}"
    var="row"
    rows="#{bindings.queryProductResponseType.rangeSize}"
    emptyText="#{bindings.queryProductResponseType.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.queryProductResponseType.rangeSize}"
    rowBandingInterval="1"
    filterModel="#{bindings.queryProductResponseTypeQuery.queryDescriptor}"
    queryListener="#{bindings.queryProductResponseTypeQuery.processQuery}"
    filterVisible="true" varStatus="vs" id="ResultTable_t"
    width="99%" partialTriggers="::cb1 ::cb2 ::cb3 it14"
    binding="#{viewScope.GrowerOrderBean.resultTable}"
    columnStretching="last" rowSelection="multiple"
    sortListener="#{viewScope.GrowerOrderBean.sortResultTable_action}"
    autoHeightRows="8" first="0"
    inlineStyle="height:196px;margin:10px"
    selectionListener="#{viewScope.GrowerOrderBean.resultRowSelect_action}">
    <af:column filterable="false" sortable="false" headerText="Select"
    id="c9" width="55" rendered="false"
    filterFeatures="caseInsensitive">
    <div align="center">
    <af:selectBooleanCheckbox value="#{row.bindings.booleanFlag.inputValue}"
    label="#{bindings.queryProductResponseType.hints.booleanFlag.label}"
    required="#{bindings.queryProductResponseType.hints.booleanFlag.mandatory}"
    shortDesc="#{bindings.queryProductResponseType.hints.booleanFlag.tooltip}"
    id="it19" autoSubmit="true">
    <f:validator binding="#{row.bindings.booleanFlag.validator}"/>
    </af:selectBooleanCheckbox>
    </div>
    </af:column>
    <!-- START of column created by SYSTIME -->
    <af:column sortProperty="quantity" headerText="Quantity in Bags" filterFeatures="caseInsensitive"
    id="c54" rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterable="true" sortable="true">
    <af:inputText label="Quantity in Bags" id="it14"
    partialTriggers="it19" autoSubmit="true"
    readOnly="#{row.activeYN == 'N' or row.availability &lt; 0 or row.availability ==0}"
    valueChangeListener="#{viewScope.GrowerOrderBean.compare}">
    <af:validateLongRange id="RangeCheck_Val1" minimum="1"
    maximum="#{row.availability * row.conversion}"
    messageDetailNotInRange="You have entered a quantity more than is available. Quantity entered must be in the range of {2} to {3}"
    messageDetailMinimum="Minimum {0} allowed is {2}"
    messageDetailMaximum="Maximum {0} allowed is {2}"
    hintNotInRange="#{'Quantity In Bags to Order'}"/>
    <af:validateRegExp pattern="^[1-9]+[0-9]*$"
    messageDetailNoMatch="Quantity In Bags must be in whole number format."/>
    <f:validator validatorId="custom.conversionValidator"/>
    </af:inputText>
    </af:column>
    <!-- END of column created by SYSTIME -->
    <af:column sortProperty="quantity" filterable="true"
    sortable="true" headerText="Quantity" id="c3"
    width="60"
    rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterFeatures="caseInsensitive" visible="false">
    <div align="center" >
    <af:inputText value="#{row.bindings.quantity.inputValue}"
    label="#{bindings.queryProductResponseType.hints.quantity.label}"
    required="#{bindings.queryProductResponseType.hints.quantity.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.quantity.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.quantity.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.quantity.tooltip}"
    id="it5" partialTriggers="it19"
    readOnly="#{row.activeYN == 'N' or row.availability &lt; 0 or row.availability ==0}">
    <f:validator binding="#{row.bindings.quantity.validator}"/>
    <af:validateLongRange id="RangeCheck_Val" minimum="1"
    maximum="#{row.bindings.availability.inputValue}"
    messageDetailNotInRange="You have entered a quantity more than is available. Quantity entered must be in the range of {2} to {3}"
    messageDetailMinimum="Minimum {0} allowed is {2}"
    messageDetailMaximum="Maximum {0} allowed is {2}"
    hintNotInRange="#{'Quantity to Order'}"/>
    <af:validateRegExp pattern="^[1-9]+[0-9]*$"
    messageDetailNoMatch="Quantity must be in whole number format."/>
    </af:inputText>
    </div>
    </af:column>
    <af:column sortProperty="brand" filterable="true" sortable="true"
    headerText="Brand" id="c10" width="80"
    rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterFeatures="caseInsensitive" displayIndex="-1">
    <af:inputText value="#{row.bindings.brand.inputValue}"
    label="#{bindings.queryProductResponseType.hints.brand.label}"
    required="#{bindings.queryProductResponseType.hints.brand.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.brand.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.brand.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.brand.tooltip}"
    id="it7" readOnly="true">
    <f:validator binding="#{row.bindings.brand.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="seedsz" filterable="true" sortable="true"
    headerText="Seed Size" id="c7" width="50"
    rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterFeatures="caseInsensitive">
    <af:inputText value="#{row.bindings.seedsz.inputValue}"
    label="#{bindings.queryProductResponseType.hints.seedsz.label}"
    required="#{bindings.queryProductResponseType.hints.seedsz.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.seedsz.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.seedsz.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.seedsz.tooltip}"
    id="it11" readOnly="true"
    contentStyle="text-transform:uppercase">
    <f:validator binding="#{row.bindings.seedsz.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="pckSize" filterable="true"
    sortable="true" headerText="Pkg Size" id="c11"
    width="50"
    rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterFeatures="caseInsensitive"
    inlineStyle="#{row.conversion > 1 ? 'background-color:Yellow;' : 'background-color:White;'}">
    <af:inputText value="#{row.bindings.pckSize.inputValue}"
    label="#{bindings.queryProductResponseType.hints.pckSize.label}"
    required="#{bindings.queryProductResponseType.hints.pckSize.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.pckSize.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.pckSize.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.pckSize.tooltip}"
    id="it8" readOnly="true">
    <f:validator binding="#{row.bindings.pckSize.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="conversion" filterable="true"
    sortable="true" headerText="Conv" id="c4" width="50"
    rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterFeatures="caseInsensitive" displayIndex="-1">
    <af:inputText value="#{row.bindings.conversion.inputValue}"
    label="#{bindings.queryProductResponseType.hints.conversion.label}"
    required="#{bindings.queryProductResponseType.hints.conversion.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.conversion.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.conversion.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.conversion.tooltip}"
    id="conversion_it" readOnly="true">
    <f:validator binding="#{row.bindings.conversion.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="treatment" filterable="true"
    sortable="true" headerText="Treatment" id="c13"
    width="70"
    rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterFeatures="caseInsensitive">
    <af:inputText value="#{row.bindings.treatment.inputValue}"
    label="#{bindings.queryProductResponseType.hints.treatment.label}"
    required="#{bindings.queryProductResponseType.hints.treatment.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.treatment.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.treatment.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.treatment.tooltip}"
    id="it20" readOnly="true">
    <f:validator binding="#{row.bindings.treatment.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="availability" filterable="true"
    sortable="true" headerText="Availability" id="c15"
    width="60"
    rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterFeatures="caseInsensitive">
    <af:inputText value="#{row.availability> 500 ? '>=500': (row.availability> 100 and row.availability&lt;500 ? '100-500' : row.availability) }"
    label="#{bindings.queryProductResponseType.hints.availability.label}"
    required="#{bindings.queryProductResponseType.hints.availability.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.availability.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.availability.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.availability.tooltip}"
    id="it9" readOnly="true">
    <f:validator binding="#{row.bindings.availability.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="desiredDeliveryDate" filterable="true"
    sortable="true" headerText="Desired Delivery Month" id="c2"
    rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterFeatures="caseInsensitive" width="90">
    <af:selectOneChoice id="soc1" partialTriggers="it19"
    unselectedLabel="#{viewScope.GrowerOrderBean.desiredDeliveryDate}"
    value="#{row.bindings.desiredDeliveryDate.inputValue}"
    readOnly="#{row.activeYN == 'N'}">
    <af:forEach var="item"
    items="#{viewScope.GrowerOrderBean.selectItems}">
    <af:selectItem label="#{item.label}" value="#{item.value}"/>
    </af:forEach>
    </af:selectOneChoice>
    </af:column>
    <af:column sortProperty="maturity" filterable="true"
    sortable="true" headerText="Maturity" id="c5"
    width="60"
    rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterFeatures="caseInsensitive">
    <div align="center">
    <af:inputText value="#{row.bindings.maturity.inputValue}"
    label="#{bindings.queryProductResponseType.hints.maturity.label}"
    required="#{bindings.queryProductResponseType.hints.maturity.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.maturity.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.maturity.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.maturity.tooltip}"
    id="it16" readOnly="true">
    <f:validator binding="#{row.bindings.maturity.validator}"/>
    </af:inputText>
    </div>
    </af:column>
    <af:column sortProperty="technology" filterable="true"
    sortable="true" headerText="Technology" id="c14"
    rendered="true" filterFeatures="caseInsensitive">
    <af:inputText value="#{row.bindings.technology.inputValue}"
    label="#{bindings.queryProductResponseType.hints.technology.label}"
    required="#{bindings.queryProductResponseType.hints.technology.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.technology.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.technology.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.technology.tooltip}"
    id="it15" readOnly="true">
    <f:validator binding="#{row.bindings.technology.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="prdLine" filterable="true"
    sortable="true" headerText="Product Line" id="c6"
    width="70"
    rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterFeatures="caseInsensitive">
    <af:inputText value="#{row.bindings.prdLine.inputValue}"
    label="#{bindings.queryProductResponseType.hints.prdLine.label}"
    required="#{bindings.queryProductResponseType.hints.prdLine.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.prdLine.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.prdLine.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.prdLine.tooltip}"
    id="it12" readOnly="true">
    <f:validator binding="#{row.bindings.prdLine.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="brandMktName" filterable="true"
    sortable="true" headerText="Marketing Brand" id="c8"
    rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterFeatures="caseInsensitive" width="80">
    <af:inputText value="#{row.bindings.brandMktName.inputValue}"
    label="#{bindings.queryProductResponseType.hints.brandMktName.label}"
    required="#{bindings.queryProductResponseType.hints.brandMktName.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.brandMktName.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.brandMktName.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.brandMktName.tooltip}"
    id="it17" readOnly="true">
    <f:validator binding="#{row.bindings.brandMktName.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="itemID" filterable="true" sortable="true"
    headerText="Item#" id="c1"
    rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterFeatures="caseInsensitive" width="60">
    <af:inputText value="#{row.bindings.itemID.inputValue}"
    label="#{bindings.queryProductResponseType.hints.itemID.label}"
    required="#{bindings.queryProductResponseType.hints.itemID.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.itemID.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.itemID.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.itemID.tooltip}"
    id="it6" readOnly="true">
    <f:validator binding="#{row.bindings.itemID.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="descp" filterable="true" sortable="true"
    headerText="Description" id="c17" width="105"
    rendered="#{row.bindings.booleanFlag.inputValue != 'E'}"
    filterFeatures="caseInsensitive">
    <af:inputText value="#{row.bindings.descp.inputValue}"
    label="#{bindings.queryProductResponseType.hints.descp.label}"
    required="#{bindings.queryProductResponseType.hints.descp.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.descp.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.descp.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.descp.tooltip}"
    id="it10" readOnly="true">
    <f:validator binding="#{row.bindings.descp.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="primaryUOM" filterable="true"
    sortable="true"
    headerText="#{bindings.queryProductResponseType.hints.primaryUOM.label}"
    id="c16" rendered="false"
    filterFeatures="caseInsensitive">
    <af:inputText value="#{row.bindings.primaryUOM.inputValue}"
    label="#{bindings.queryProductResponseType.hints.primaryUOM.label}"
    required="#{bindings.queryProductResponseType.hints.primaryUOM.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.primaryUOM.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.primaryUOM.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.primaryUOM.tooltip}"
    id="it18">
    <f:validator binding="#{row.bindings.primaryUOM.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="secondaryUOM" filterable="true"
    sortable="true"
    headerText="#{bindings.queryProductResponseType.hints.secondaryUOM.label}"
    id="c12" rendered="false"
    filterFeatures="caseInsensitive">
    <af:inputText value="#{row.bindings.secondaryUOM.inputValue}"
    label="#{bindings.queryProductResponseType.hints.secondaryUOM.label}"
    required="#{bindings.queryProductResponseType.hints.secondaryUOM.mandatory}"
    columns="#{bindings.queryProductResponseType.hints.secondaryUOM.displayWidth}"
    maximumLength="#{bindings.queryProductResponseType.hints.secondaryUOM.precision}"
    shortDesc="#{bindings.queryProductResponseType.hints.secondaryUOM.tooltip}"
    id="it21">
    <f:validator binding="#{row.bindings.secondaryUOM.validator}"/>
    </af:inputText>
    </af:column>
    </af:table>
    <af:spacer width="10" height="5" id="s7"/>
    <af:toolbar id="t1">
    <af:commandButton id="AddToOrderButton2"
    actionListener="#{viewScope.GrowerOrderBean.addToOrder_action}"
    partialSubmit="true"
    styleClass="addToOrderButton">
    <af:clientListener method="setFocus" type="action"/>
    </af:commandButton>
    </af:toolbar>
    <f:facet name="context">
    <af:group id="g1">
    <af:spacer width="60" height="10" id="s1"/>
    <af:commandButton id="cb4"
    actionListener="#{viewScope.GrowerOrderBean.addToOrder_action}"
    partialSubmit="true"
    styleClass="addToOrderButton">
    <af:clientListener method="setFocus" type="action"/>
    </af:commandButton>
    </af:group>
    </f:facet>
    <f:facet name="info"/>
    <f:facet name="legend"/>
    <f:facet name="menuBar"/>
    <f:facet name="toolbar"/>
    </af:panelHeader>
    </jsp:root>
    Please reply !!
    Thanks.

  • Complex mapping scenerio.

    Hi Experts,
                            in my scenerio, in the Interface mapping, data from source reaches target through 3 stages. 2 XSL mapping, and then a graphical mapping.
    In my scenerio, file is picked from FTP and posted to SAP through RFC .
       In the sender File Adapter, I have to go for the FILE CONTENT Conversion. But In the interface mapping,  data first enters the two  XSL mappimgs and then the graphical mapping.
      Now I dont understand hw to maintain the CONTENT CONVERSION mandatory parameters, becasue if I do so on the basis of the Graphical mapping source fields, that wont be correct, as data firsts passes through the 2 XSLT mappings, and then reaches the Graphical mapping.
    I got the following errors in the communication channel.
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter 'ROOT.fieldFixedLengths' or 'ROOT.fieldSeparator' is missing Mandatory parameter 'ROOT.fieldNames': no value found.
    I donno hw to handle this.
    Also , mine is a .DAT file, I dont understand how can i send it for drytesting and see hw is the load reacting to the FIRST XSL mapping, I mean is there any way i can check this??
    Pls comment.
    Regards,
    Arnab.

    Hi, did as u instructed, used the standard templete : GMTLogSenderFileChannelTemplate. The Interface Mappig used here is: GMTLog2POSDM.
    Now I am getting the following error:
    15:33:27 Start of test
    Call XSLT processor with stylsheet GMTLog2IXRetailPOSLog.xsl.
    TransfromerException during XSLT processing:
    javax.xml.transform.TransformerException: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 1429 at com.sap.engine.lib.jaxp.TransformerImpl.transform(TransformerImpl.java:255) at com.sap.aii.ibrep.server.mapping.ibrun.RepMappingTransformer.transform(RepMappingTransformer.java:150) at com.sap.aii.ibrep.server.mapping.ibrun.RepXSLTMapping.execute(RepXSLTMapping.java:81) at com.sap.aii.ibrep.server.mapping.ibrun.RepSequenceMapping.execute(RepSequenceMapping.java:54) at com.sap.aii.ibrep.server.mapping.ibrun.RepMappingHandler.run(RepMappingHandler.java:80) at com.sap.aii.ibrep.server.mapping.rt.MappingHandlerAdapter.run(MappingHandlerAdapter.java:107) at com.sap.aii.ibrep.server.mapping.ServerMapService.transformInterfaceMapping(ServerMapService.java:127) at com.sap.aii.ibrep.server.mapping.ServerMapService.transform(ServerMapService.java:104) at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.transform(MapServiceBean.java:40) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0_0.transform(MapServiceRemoteObjectImpl0_0.java:167) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0_0p4_Skel.dispatch(MapServiceRemoteObjectImpl0_0p4_Skel.java:104) at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319) at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200) at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(AccessController.java:215) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172) Caused by: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 1429 at com.sap.engine.lib.xsl.xpath.DTM.getAttributeAndNSNodes(DTM.java:406) at com.sap.engine.lib.xsl.xslt.XSLCopyOf.copyElementNode(XSLCopyOf.java:70) at com.sap.engine.lib.xsl.xslt.XSLCopyOf.copyNode(XSLCopyOf.java:151) at com.sap.engine.lib.xsl.xslt.XSLCopyOf.process(XSLCopyOf.java:214) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLElement.process(XSLElement.java:248) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLForEach.process(XSLForEach.java:116) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLForEach.process(XSLForEach.java:116) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLTemplate.process(XSLTemplate.java:281) at com.sap.engine.lib.xsl.xslt.XSLStylesheet.callTemplate(XSLStylesheet.java:1355) at com.sap.engine.lib.xsl.xslt.XSLCallTemplate.process(XSLCallTemplate.java:111) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLElement.process(XSLElement.java:248) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLTemplate.process(XSLTemplate.java:281) at com.sap.engine.lib.xsl.xslt.XSLStylesheet.callTemplate(XSLStylesheet.java:1355) at com.sap.engine.lib.xsl.xslt.XSLCallTemplate.process(XSLCallTemplate.java:111) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLIf.process(XSLIf.java:32) at com.sap.engine.lib.xsl.xslt.XSLNode.processFromFirst(XSLNode.java:296) at com.sap.engine.lib.xsl.xslt.XSLTemplate.process(XSLTemplate.java:281) at com.sap.engine.lib.xsl.xslt.XSLStylesheet.process(XSLStylesheet.java:469) at com.sap.engine.lib.xsl.xslt.XSLStylesheet.process(XSLStylesheet.java:437) at com.sap.engine.lib.xsl.xslt.XSLStylesheet.process(XSLStylesheet.java:394) at com.sap.engine.lib.jaxp.TransformerImpl.transformWithStylesheet(TransformerImpl.java:412) at com.sap.engine.lib.jaxp.TransformerImpl.transform(TransformerImpl.java:244) ... 19 more
    15:33:28 End of test
    Pls comment.
    Regards,
    Arnab.

  • Transformation help BPC 7.5 NW

    Hello Experts,
    We are on SAP BPC NW 7.5 SP08
    I am looking some help in maintaining the transformation file.
    I am loading data from application to another application using load data using Load data from Info provider with selection package.
    My source location has length of 12 (example : 10-1000-A080) when i am mapping to my target i need to load last four (i.e A080). My source technical object name is /CPMB/Q3IESYO
    Transformation file:
    LOCATION = /CPMB/Q3IESYO  ( but I need to load only last four char.)
    When i load similar using flat file with out header then i can use like LOCATION = *COL(5,9:12).
    I know we can use conversion file here but that is throwing some error so i am looking is there any option without using conversion file.
    Thanks,
    Sri

    Hi Sri,
    You can use the JavaScript Conversion functionality in order to achieve this. It is documented on help.sap.com.
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/bpc_nw_index.htm
    Data Management-->Data Conversion Maintenance
    In the text there is a section on this Titled - Javascript can be used in the data conversion
    See the excerpt from help below which directly addresses your issue:
    Javascript can be used in the data conversion
        Mandatory: Precede the Javascript code with the following string: js:
        You can use Javascript code in IF statements.
        Example Example
        The following examples illustrate Javascript string manipulation commands:
            js: %external%.substring(0,2)
                This example returns a substring of the string contained in external.
    You would use the above substring JavaScript method to grab the last characters of your member value. If you have varying string lengths you would need to use this in conjunction with the string length function in JavaScript.
    You could also achieve this by using a start or end routine BADI....
    Cheers, Scott

  • Upgrade to ecc6.0

    Hi All,
    I want to know what are the changes to be done when we go for upgradation to higher version..
    Thanks & Regards
    Ashu Singh.

    Hi Ashu,
    I think you would have searched the SDN. This is one of them
    Following tasks are to be performed while upgrading:
    1. Technical Upgrade
    - Version upgrade, without functional enhancements
    - ABAP Code fixes
    - Fixing SPDD
    - Fixing SPAU
    - Stabilizing the standard SAP transactions.
    - Implementing known OSS Notes.
    - Identify and correct the clone programs.
    - Identify and correct the customer objects.
    - Unit testing of upgraded objects.
    - Clean obsolete objects
    - Functional configuration changes (Must haves)
    - Functional process testing
    - Mock/Timing upgrade on production like environment
    2. Functional Upgrade
    - Technical upgrade + Deploying new functionalities available in upgrade version
    - Package enabled Business process Re-engineering - If applicable
    - Optimization of Custom objects & programs, by utilizing new functionality.
    3. Unicode Conversion
    - Mandatory for systems on MDMP code page, as SAP does not support these pages.
    - Simple way to check if a Unicode conversion is required is to look into the number of entries in table TCPDB. More than one entry in this table mandates the Unicode Conversion.
    Hope this helps you.
    Regards,
    Chandra Sekhar

  • EU_IMPORT ERROR: during UPG from 4.7ee TO ECC6.0

    hello masters
                I am getting error while upg from 4.7ee to ecc6.0 on oracle under SapUp ,
    >>EU_IMPORT ERROR:, log file "EX000015.DPR": only 0 times "R3load.exe: job completed" found.
    Analyze the log file EX000015.DPR for error messages or program abort.
    D:\usr\sap\put\exe\R3load.exe: START OF LOG: 20090224011912
    D:\usr\sap\put\exe\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    D:\usr\sap\put\exe\R3load.exe: version R7.00/V1.4
    Compiled Sep  1 2006 00:30:56
    D:\usr\sap\put\exe\R3load.exe -i D:\usr\sap\put\exchange\compack\EX000015.COD -p D:\usr\sap\put\log\EX000015.DPR -s D:\usr\sap\put\log\EX000015.DST -datacodepage 1100 -dbcodepage auto -nametab DDNTT~ DDNTF~ -t 4987
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    (SQL) INFO: SSEXC.SQL not found
    (DB) INFO: REPOSRC~ created #20090224011912
    (RFF) ERROR: invalid checksum in data file "E:\UPGRADESOFT\Export2\Export2\UPG12\DBINDEP\EX000015.001"
                 current table was "REPOSRC~"
    (DB) INFO: REPOSRC^0 created #20090224012304
    (DB) INFO: disconnected from DB
    D:\usr\sap\put\exe\R3load.exe: job finished with 1 error(s)
    D:\usr\sap\put\exe\R3load.exe: END OF LOG: 20090224012304

    Hi,
    1. Check whether DB is running or not
    2. R3trans -d (here what is the return code)
    3. post the following logs from the put/log
    EU_IMP1.ELG
    EU_IMP1.LOG
    Phase List for the Upgrade to SAP ERP 2005 700
    PREPARE Modules:
    Parameter input
    Initialization
    Import
    Extension
    Integration
    Installation
    General checks
    Activation checks
    Necessary checks for conversions
    Optional checks for conversions
    Modification support
    Pre-processing
    Upgrade Phase Groups:
    Import and Modification Transfer
    Shadow System Installation
    Shadow System Operations: SPDD and Activation
    Shadow Import
    Downtime phases I: Switch tables and Kernel
    Downtime phases II: Conversion, Main Import, XPRAs
    Post Processing
    Explanations
    u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2013
    PREPARE Modules
    PREPARE Module: Parameter input (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    BEGIN_PRE < 10s Checks upgrade directory
    KEY_CHK < 1% Prompts for keyword from SAP main upgrade note KEYCHK.LOG
    Check for upgrade correction package and enter upgrade keyword
    EXTRACTKRN_PRE < 10s Extracts kernel EXTRKRN.LOG
    none
    INITPUT_PRE dial Initializes R3up
    DB2 UDB for z/OS and OS/390:
    Tests JCL Submission
    Enter parameters
    DB2 UDB for z/OS and OS/390:
    Test JCL Submission
    DBCHK_PRE < 10s Determines database version and SAP release
    CONFCHK_IMP < 10s Tests operating system and database version Upgrade operating system and database to the required version, if necessary
    SOLMAN_CHK < 1% Prompts for keyword from solution manager SOLMANCHK.LOG
    Enter keyword generated by solution manager
    CHKSYSTYPE < 10s Determines if system is SAP or customer CHKSYSTYPE.LOG
    TOOLVERSION_INI < 10s Determines and checks the tool version TOOLVERS.LOG
    Upgrade tools if necessary
    DBCONNCHK_INI < 10s Tests if new tools can connect to the database DBCONNCHK.LOG
    J2EE_CHK < 10s As of start release 620:
    Checks if J2EE is also running J2EECHK.LOG
    info
    REQ_J2EEUPG < 1% CBU: Requests j2ee prepare and upgrade
    SETSYNC_PREP_STARTED dial events for sync with Jump
    REQ_READNOTE < 1% CBU: Requests cbu specific parameters
    INIT_CBU < 1% CBU: Requests cbu specific parameters
    CHECKGROUP_END0 < 1% End of module
    PREPARE Module: Initialization (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    INITCURENV < 10s Initializes internal administration information
    DBCHK_INI < 10s Determines database version and SAP release
    RFCCHK_INI < 10s Tests RFC connection RFCCHK_INI.LOG
    VERSCHK_INI < 10s Checks SAP release Upgrade to a valid source release, if necessary
    VALCHK_INI < 10s Tests target system: Is it a preliminary version? (Cannot upgrade the system) VALCHK.LOG
    UNICODE_CHK_PRE < 10s Checks, if DB is UNICODE UNICPTCP.LOG
    UNICHK.LOG
    SETSYNC_INFO_FINISHED dial events for sync with Jump
    UCMIG_DECISION < 10s For start release 46C to 46D:
    Check for combined Upgrade and Unicode Conversion UCMIGDEC.LOG
    CLNT_CHK_INI < 1% Checks whether clients are locked for SAP system upgrade EXECCT.LOG
    CLNTOUT.LOG
    Unlock clients for SAP system upgrade, if necessary
    PATCH_CHK1 < 1% Finds unconfirmed Support Packages and displays the result PATCHOUT.LOG
    EXECPT.LOG
    Call transaction SPAM to confirm any unconfirmed Support Packages, if necessary
    INTCHK_INI < 10s Checks whether the inactive nametab is empty
    ADJ_CNTRANS 1% ( Resolves inconsistencies in TABART-TABSPACE mapping ADJCNTRANS.LOG
    ADJCNTRANS.ELG
    INIT_CNTRANS < 10s Initializes the container name translator SELTAIA.LOG
    SELDBS.LOG
    INICNT.LOG
    Fix inconsistencies in TABART-TABSPACE mapping, if necessary. Additional informations are given in SAP Note 541542
    CNTRANS_PRE < 10s Makes adjustments to scripts for MCOD systems CNTPRE.LOG
    DMPSPC_INI < 10s Dumps database size DMPSPC_INI.LOG
    CHK_DB6_REG_PRE dial DB2 UDB for UNIX and Windows:
    Checks DB6 registry parameters
    SPACECHK_INI < 10s Checks database free space DBFPREP.LOG
    Extend the database, if necessary
    KRNCHK_DEST < 10s For start release 30D to 31I:
    Checks the SAP kernel version for the destination release KRNCHK.LOG
    Import kernel for the destnation release, if necessary
    DBPREP_CHK < 10s DB2 UDB for z/OS and OS/390:
    Performs DB2/390-specific checks DB2 UDB for z/OS and OS/390:
    Make preparations as described in SAP Note 400565
    EXECCV < 10s As of start release 46C:
    Reads cvers table EXECCV.LOG
    EXECAV < 1% Finds add-ons EXECAV.LOG
    COMPINFO_INI < 10s As of start release 46C:
    Get the component information after the addon selection COMPINFOINI.LOG
    ADDON_CHK dial Checks the current Add-on versions against the ranges in IS_RANGE.LST ADDONCHK.LOG
    ADDON_INFO dial print add-on information ADDONINFO.LOG
    ADDON_SPEC1 dial Requests add-on information ADDONSPEC1.LOG
    ADDON_TREAS dial Special actions for treasury ADDONTREAS.LOG
    ADDON_WFM dial As of start release 620:
    Special actions for wfmretail ADDONWFM.LOG
    ACE_CHK dial For start releases 620:
    Special actions for CRM ACECHK.LOG
    CRM_BILL dial For start release 610 to 620:
    Requests note handling CRMBILL.LOG
    PR_DBPAR dial ORACLE:
    Checks Oracle parameters PRDBPAR.LOG
    CHECKGROUP_END1 < 1% End of module
    PREPARE Module: Import (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    REQIMPORT dial Displays question Confirm execution of Import module
    READDATA 1% Reads data files from the upgrade CDs Mount each requested upgrade CD
    READDATA_EXT < 1% Reads additional data files from the upgrade CDs Mount each requested upgrade CD
    TOOLFIX_CHK < 1% Integrates the Upgrade Correction Package TOOLFIXCHK.LOG
    Unpacks the fix archive again to patch files from READDATA_EXT.
    CPYFIL0_CBU < 1% CBU: Copy files CBUCPY0.LOG
    EXEC_CPYFIL1_CBU < 1% CBU: Copy cbu specific files CBUCPY1.LOG
    FRP_CHK < 1% For start releases 640:
    Unpacks the FRP to the kernel directory FRPCHECK.LOG
    UNICODELIB_CHK1 < 10s Checks for missing UNICODE libs in kernel directory UCLIBCHK.LOG
    CNV_CHK_IMP < 10s Finds outstanding conversions and restart logs of terminated conversions Make conversions (after discussion with SAP consultant), if necessary
    ICNVCHK_IMP < 10s As of start release 40A:
    Checks whether incremental conversion from previous upgrade has finished ICNVEX.LOG
    ICNVLIST.LOG
    ICNVCHK.LOG
    Complete incremental conversion with transaction ICNV, if necessary
    SCRIPT_CHK_TOOL3 < 10s For start releases up to 31I:
    Avoids critical conversions in tool import CNVTST.LOG
    CLCNVTAB.LOG
    SCRIPTCHK.LOG
    SCRIPT_CHK_TOOL4 < 10s As of start release 40A:
    Avoids critical conversions in tool import CNVTST.LOG
    CLCNVTAB.LOG
    SCRIPTCHK.LOG
    SCRIPT2_TST_RESTART < 10s Performs actions for restart handling UPGPARAM.LOG
    REPTST.LOG
    SCRTREST.LOG
    TRBATCHK_IMP < 10s Checks whether table TRBAT is empty Perform any actions specified by R3up
    CLNT_CHK_IMP < 1% Checks whether clients are locked for SAP system upgrade EXECCT.LOG
    CLNTOUT.LOG
    Unlock clients for SAP system upgrade, if necessary
    INTCHK_IMP < 10s Checks whether the inactive nametab is empty
    SPACECHK_IMP < 10s Checks database free space DBFPREP.LOG
    Extend the database, if necessary
    PATCH_CHK2 < 10s Finds unconfirmed Support Packages and displays the result PATCHOUT.LOG
    EXECPT.LOG
    Call transaction SPAM to confirm any unconfirmed Support Packages, if necessary
    NTHISTCRE < 10s For start releases up to 40B:
    Creates tables for nametab administration so that new tools have access NTABHIST.LOG
    ALTER_TO < 1% Deletes tables that describe the delivery ALTER_TO.LOG
    TOOLIMPD1 2% For start release 30D to 31I:
    Prepares ABAP Dictionary for upgrade tools TOOLIMPD.ELG
    TOOLIMPD2 2% For start release 40A to 40B:
    Prepares ABAP Dictionary for upgrade tools TOOLIMPD.ELG
    TOOLIMPD3 2% For start release 45A to 46D:
    Prepares ABAP Dictionary for upgrade tools TOOLIMPD.ELG
    TOOLIMPD4 2% As of start release 610:
    Prepares ABAP Dictionary for upgrade tools TOOLIMPD.ELG
    MVNTAB_TOOL < 1% Activates nametabs for upgrade tools MVNTTOOL.ELG
    MVNTTOOL.LOG
    TOOLIMPI 1% Imports tools for the SAP system upgrade TOOLIMPI.ELG
    TOOLIMPM < 1% Imports tools for the SAP system upgrade TOOLIMPM.ELG
    TOOLIMP4_FIX < 1% For start releases up to 46D:
    Imports tools for the SAP system upgrade TOOLFIX.ELG
    TOOLIMP6_FIX < 1% As of start release 610:
    Imports tools for the SAP system upgrade TOOLFIX.ELG
    TOOLIMP4_UCMIG < 1% For start releases up to 46D:
    Imports tools for the combined Upgrade and Unicode Conversion TOOLUCMIG.ELG
    NPREPCRE0 3% Imports tables that describe the delivery from Upgrade CD1 PREPIMP.ELG
    JOB_RSUVSAVE < 1% Saves old entries of table UVERS PSUVSAVE.ELG
    PSUVSAVE.LOG
    UVERS_PREIMP < 10s As of start release 46B:
    Writes entry in table UVERS UVERSINI.LOG
    UVERS_INIT < 10s As of start release 46B:
    Writes entry in table UVERS UVERSINI.LOG
    SQLDB_UVERS_INIT (var For start releases up to 46A:
    Cleans tables for unicode conversion UVERSINS.LOG
    UVERS_CHK_IMP < 10s Checks consistency of table UVERS UVERSCHK_IMP.LOG
    BATCHCHK_IMP < 1% Tests whether the background server can access the upgrade directory BATCHCHK_IMP.LOG
    UCMIG_STATUS_SET0 < 10s Set status for combined Upgrade and Unicode Conversion UCMIGSETSTAT0.LOG
    JOB_RSCVINIT < 1% Initializes table CVERS PSCVINIT.ELG
    PSCVINIT.LOG
    RUN_RSPTBFIL_PREP < 1% Creates PUTTB and PUTTB_SHD tables RSPTBINI.ELG
    RSPTBINI.LOG
    READPUTTB_INI < 10s Reads table PUTTB and places it in the file system RDPUTTB.LOG
    JOB_RDDGENRS < 1% Generates tool reports RDDGENRS.LOG
    RUN_RDDITCUG < 1% For start release 30D to 31I:
    Generates GUIs PDDITCUG.ELG
    PDDITCUG.LOG
    RUN_RSINCGEN_IMP < 1% Adapts ABAP include RSTABINC to the system PSINCGEN.ELG
    PSINCGEN.LOG
    TR_BUF2HEAP_INSTIMP < 10s Moves upgrade requests from the INSTIMP.BUF buffer to the R3up buffer TPSHBUF.LOG
    TRB2H.LOG
    TR_EXT2HEAP < 10s Moves additional upgrade requests to the R3up buffer TREXT2HEAP.LOG
    TR_MODACT_IMP < 1% Calculates the amount of data from the upgrade requests TRMAIMP.LOG
    TRMAIMP.ELG
    SQLSCREXE_UPGPAR < 10s Makes parameter settings for the upgrade procedure PARAMSHD.LOG
    UPGPAR.ELG
    UPGPAR.LOG
    SQLDB_PARAMCOMP < 10s Makes parameter settings for the component upgrade procedure PARAMCOMP.LOG
    JOB_RDDPURI2 < 1% Does various cleanups PDDPURI2.ELG
    PDDPURI2.LOG
    CHECKGROUP_END2 < 1% End of module
    PREPARE Module: Extension (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    RUN_RSTODIRM_CLEAN < 1% Check delivery catalog for inconsistencies RSTODIRM.ELG
    RSTODIRM.LOG
    MULTSPC_UC < 10s Adapts space requirements
    ADDSPAREQ_0 < 10s Prepares space check on the database
    EXECLANG < 1% Determines installed languages EXECLG.LOG
    LANG_CHK < 10s Checks whether the new release supports the installed languages LANGOUT.LOG
    Delay upgrade until next release, if necessary
    LANG_SELECT 1% Copies data for the language import into the upgrade directory LANGSEL.LOG
    LANGSEL.ELG
    RUN_RSUPGSLI < 1% Configures the selective-language-import option RSUPGSLI.ELG
    RSUPGSLI.LOG
    SPAM_CHK_INI < 1% Checks SPAM version SPAMCHK.LOG
    UPLOAD_REQUEST dial Prompts you to retrieve packages UPLOADREQ.LOG
    Retrieve packages that are required, if necessary
    JOB_CBUPIFCHK < 1% CBU: Checks PIF file CBUPIFCHK.ELG
    CBUPIFCHK.LOG
    NCVERS_READ < 10s Determines components contained in the delivery NCVERSOUT.LOG
    COMPINFO_EXP < 10s Get the component information concerning export components COMPINFOEXP.LOG
    IS_MV_CHK1 < 10s Checks version of IS_MOVES.LST file ISMVCHK1.LOG
    NAVERS_READ < 10s Initializes NAVERS from delivered and customer addon components NAVERSOUT.LOG
    IS_INIT < 10s Initialize for IS phases IS_INIT.LOG
    IS_INST_BICONT < 10s For start releases up to 620:
    Fake BI_CONT installation IS_INST_BICONT.LOG
    IS_INST_LIST < 10s Fake addon Installations from list (if needed) IS_INST_LIST.LOG
    IS_MOVEMENT < 10s Determine/decide Add-on movements IS_MOVEMENT.LOG
    COMPINFO_ISMV < 10s Get the component information after the addon movements COMPINFOISMV.LOG
    SFW_MOVEMENT < 10s SFW Addon Movements SFW_MOVEMENT.LOG
    COMPINFO_SFWMV < 10s Get the component information after the sfw movements COMPINFOSFWMV.LOG
    ADDONSPEC_OIL dial For start releases up to 640:
    Special actions for IS_OIL ADDONSPEC_OIL.LOG
    ADDONSPEC_ISPSCA dial For start releases up to 640:
    Special actions for IS_PS-CA ADDONSPEC_ISPSCA.LOG
    RUN_RSUPGSFW < 1% For start releases up to 640:
    SFW only: Determines active BF(S) according to installed Addons RSUPGSFW.ELG
    RSUPGSFW.LOG
    IS_TABDMP < 1% Dump addon tables to file IS_DUMPTABLES1.LOG
    IS_SELECT dial Decide about all Add-ons IS_SELECT.LOG
    Decide what to do with the add-ons during the upgrade
    COMPINFO_ADDON < 10s Get the component information after the addon selection COMPINFOADDON.LOG
    ADDON_QCALC < 1% Calculates queue for selected add-ons ADDONQCALC.LOG
    SPDA_ADDONQCALC.LOG
    IS_MV_CHK2 < 10s Checks version of IS_MOVES.LST file ISMVCHK2.LOG
    TR_EXPPKG2HEAP < 10s Moves export packages to the R3up buffer TREXPPKG2HEAP.LOG
    PATCHK_EQUI < 10s Determines Support Package level for target release that corresponds to the level of the source release PATCHKEQUI.LOG
    PATCH_CHK3 < 1% Find unconfirmed Support Packages and checks whether the source release contains Support Packages that are more recent than the version of the target release PATCHOUT.LOG
    EXECPT.LOG
    Call transaction SPAM to confirm any unconfirmed Support Packages
    Call SAP Note 073510 to check whether you can upgrade the system or which Support Packages are equivalent to those in the target release.
    EXEC_CPYFIL3_CBU < 1% CBU: Copys PIF files CBUCPY3.LOG
    BIND_PATCH dial Includes Support Packages for the target release PATCHINT.LOG
    SPDA_PATCHINT.LOG Include Support Packages in the upgrade, if necessary
    COMPINFO_SPP < 10s Get the component information after the support package selection COMPINFOSPP.LOG
    ADDON_LANGINC < 1% Include Add-on language packages ADDONLANGINC.LOG
    SPDA_ADDONLANGINC.LOG
    TR_CMDIMPORT_FDTASKS < 10s Imports command files for full and delta tasks PCMDIMPFD.ELG
    PCMDIMPFD.LOG
    IS_MERGE < 10s Adds Supplement Tasks (without AOS) to the TRStorage IS_MERGE.LOG
    TR_QUEUE2HEAP < 10s Moves the upgrade requests of the queue to the R3up buffer TRQUEUE2HEAP.LOG
    TR_CMDIMPORT_PREPARE < 1% Imports piece lists for included Support Packages PCMDIMP.ELG
    PCMDIMP.LOG
    JOB_RDDIT020 < 1% Merges transports for add-ons in NAVERS PDDIT020.ELG
    PDDIT020.LOG
    IS_SYNC_20 < 1% Synchronizes NAVERS in file system ISSYNC20.LOG
    CONFLICT_CHECK < 1% Checks for conflicts according to transaction SPAM CONFLCHK.LOG
    SPDA_CONFLCHK.LOG
    ADJUSTPRP dial Prepares adjustment calculation: Imports command file flagged in other system, if necessary ADJUSTPRP.ELG
    Select command file, if necessary
    INTEG_PATCH < 1% Selects the Support Package integration file and imports the requests contained in it INTGPTCH.LOG
    UCMIG_REQINC < 10s Ask for customer request for preparation of Unicode Conversion UCMIGREQINC.LOG
    ICNVXRQ < 1% Checks prerequisites for ICNV DDICNV.LOG
    ICNVXRQ.ELG
    ICNVXRQ.LOG
    CHECKGROUP_END3 < 1% End of module
    PREPARE Module: Integration (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    IS_MERGE_I < 10s For start release 30D to 31I:
    Adds Supplement Tasks (without AOS) to the TRStorage IS_MERGE.LOG
    TR_CMDIMPORT_PREPARE_31I < 1% For start release 30D to 31I:
    Imports piece lists for included Support Packages PCMDIMP.ELG
    PCMDIMP.LOG
    RUN_RSTODIRM_BIND < 1% Preparation of the delivery directory RSTODIRM.ELG
    RSTODIRM.LOG
    TR_TODIR_MERGE_PATCH < 1% Merges included Support Packages with the delivery directory
    JOB_RDDIT021 < 1% Merges add-ons in the delivery list PDDIT021.ELG
    PDDIT021.LOG
    UVERS_UP_T < 1% Changes the status in table UVERS
    TR_MODACT_ADD < 1% Calculates the amount of data in add-on and language requests TRADIMP.LOG
    TRADIMP.ELG
    TR_MODACT_DISC < 1% Calculates the amount of data in additional Support Package requests TRDIIMP.LOG
    TRDIIMP.ELG
    TR_COLLTABS_PREP < 1% Totals data TRCOLLTA.LOG
    TRCOLLTA.ELG
    TABSPC_PREP 2-10 Calculates which tables are part of import into old tables TABSPCP.LOG
    TABSPCP.ELG
    ADDSPAREQ_N < 10s Prepares space check on the database
    ADDSPAREQ_S < 10s Prepares space check on the database
    ADDSPAREQ_T < 10s Prepares space check on the database
    CHECKGROUP_END10 < 1% End of module
    PREPARE Module: Installation (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    INITSHD dial Prompts for shadow parameters Enter shadow parameters
    SHDINST_CRE < 10s Creates directory structure for the shadow instance SHDINST_CRE.LOG
    SHDINST_CPY < 10s Copies the profiles SHDINST_CPY.LOG
    SHDINST_ADAPT < 10s Adapts the profiles to the shadow instance SHDINST_ADAPT.LOG
    SHDINST_MOD < 10s Adapts the system settings ALPSHDIN.LOG
    ALPSHDDF.LOG
    SHDINST_REQ < 10s Checks ports for shadow instance SHDINST_REQ.LOG
    Perform actions from CHECKS.LOG, if necessary
    SHDINST_OS < 10s Performs operating system-specific actions SHDINST_OS.LOG
    Perform actions from CHECKS.LOG , if necessary
    SHDINST_SDB_CHK < 10s Checks database-specific settings MaxDB: Adjust the database parameters MAXLOCKS and MAXUSERTASKS, if necessary
    SHDINST_DB_PREP < 1% Checks database-specific settings SHDUSREX.LOG
    SHDUSRCRE.LOG
    SHDDBPRP.LOG
    Perform actions from CHECKS.LOG, if necessary
    SHDINST_SWT_HOST < 10s Adjusts the profile of the shadow instance, if necessary SHDINST_SWT.LOG
    SHDINST_PFPAR < 10s Checks with sappfpar the shadow instance profile SHDINST_PFPAR.LOG
    Perform actions from CHECKS.LOG, if necessary
    RUN_RSUPGRFC < 1% Creates RFC connection SAP_UPGRADE_SHADOW_SYSTEM PSUPGRFC.ELG
    PSUPGRFC.LOG
    CHECKGROUP_END11 < 1% End of module
    PREPARE Module: General checks (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    CONFCHK < 1% Tests operating system and database version Upgrade operating system and database to the required version, if necessary
    DB_ACTION_RUN_PRE < 1% DB2 UDB for UNIX and Windows:
    Remove volatile flags DBACTRUN.LOG
    CHK_DB6_PAR_PRE dial DB2 UDB for UNIX and Windows:
    Checks DB6 parameters
    SPACECHK_GEN < 1% Checks database free space DBFPLUSD.LOG
    Extend the database, if necessary
    TOOLVERSION_EXE < 10s Determines and checks the tool version of the new kernel TOOLVRSEXE.LOG
    Upgrade $(PUTPATH)/exe if necessary
    UNICODELIB_CHK2 < 10s Checks for missing UNICODE libs in kernel directory UCLIBCHK.LOG
    FREECHK < 1% Checks disk space for logs and SAP kernel
    Checks whether the SAP kernel can be overwritten Increase disk space, if necessary
    Check SAP kernel write authorization, if necessary
    LC_CHECK < 1% Checks Livecache LCCHECK.LOG
    Checks Livecache
    PROFSET < 10s For start releases up to 46C:
    Sets DDIC autorizations PROFSET.LOG
    DB_ACTION_PRE < 1% ORACLE:
    Performs database-specific actions SELDBSL.LOG
    ALTDBS.LOG
    DBACTPRE.LOG
    DB_ACTION_EXTMAN < 1% ORACLE:
    Determines extent management on database Oracle EXTMAN.LOG
    DBACTEMA.LOG
    REPACHK < 1% Finds SAP objects locked in repairs or requests REPACHK.LOG
    Release repairs and requests, if necessary
    CNV_CHK_GEN < 1% Finds outstanding conversions and restart logs of terminated conversions Make conversions (after discussion with SAP consultant), if necessary
    TRBATCHK_GEN < 1% Checks whether table TRBAT is empty Perform any actions specified by R3up
    CLNT_CHK_GEN < 1% Checks whether clients are locked for SAP system upgrade EXECCT.LOG
    CLNTOUT.LOG
    Unlock clients for SAP system upgrade, if necessary
    SCRIPT_TST_DDART < 1% Checks entries in table TA and IA CUSTTA.LOG
    SCRPTDDA.LOG
    If errors occur, see SAP Note 500252
    JOB_RSAUCHK_DUP < 1% Checks for double F rules RSAUCHKD.ELG
    RSAUCHKD.LOG
    See SAP Note 431886
    JOB_RSAODSACTIVATE_PRE < 1% Performs TADIR cleaning PSATADIR.ELG
    PSATADIR.LOG
    JOB_RSTLIBG < 1% Checks TADIR objects RSTLIBG.ELG
    RSTLIBG.LOG
    JOB_STRU_TADIR_GEN_1 < 1% Performs TADIR insert PSTRUGEN.ELG
    PSTRUGEN.LOG
    JOB_SDLINIT_TABLES_70 < 1% Performs SDLINIT preparations PSDLINIT.ELG
    PSDLINIT.LOG
    JOB_RSUPGRCHECK_PRE < 1% Checks consistency of generated repository PSUPGCHK.ELG
    PSUPGCHK.LOG
    JOB_RSMD_UPGR_PRE < 1% Performs component-specific checks PSMDCHK.ELG
    PSMDCHK.LOG
    JOB_RSODSO_GUID_CHK < 1% As of start release 610:
    Performs component-specific checks PSODCHK.ELG
    PSODCHK.LOG
    JOB_CRM_UPGRADE50 < 1% For start release 610 to 620:
    Removes duplicate table entries CRM_UPGRADE50.ELG
    CRM_UPGRADE50.LOG
    JOB_SDLINIT_TABLES_PRE < 1% As of start release 620:
    Performs BW specific checks RSSM_SDLINIT.ELG
    RSSM_SDLINIT.LOG
    JOB_CHECK_RSMONICDP_PRE < 1% As of start release 610:
    Performs BW specific checks RSSM_RSMONICDP.ELG
    RSSM_RSMONICDP.LOG
    JOB_DROP_TMPOBJ_PRE < 1% Deletes invalid nametab entries RSDR_NAMT_CL.ELG
    RSDR_NAMT_CL.LOG
    JOB_TS_UPG41 < 1% For start releases up to 620:
    Performs index check TSUPG41.ELG
    TSUPG41.LOG
    NTACT_CHK 2% Checks the consistency of the nametab entries NTCHK.ELG
    NTCHK.LOG
    Perform any actions specified by R3up
    INTCHK_GEN < 1% Checks whether the inactive nametab is empty
    SINXCHK < 1% Checks the consistency of the indexes in the substitution tables SINXCHK.LOG
    Delete indexes, if necessary
    VIEWCHK < 1% Checks for conflicts between customer tables in the SAP name range and delivered views VIEWCHK.LOG
    Delete tables, if necessary
    ENVCHK_PRE < 10s Checks whether profiles of user adm can be modified Assign write authorization to the user profiles, if necessary
    FRONTREQ_PRE < 10s Displays information about the upgrade of the front end software Upgrade the front end software, if necessary
    UVERS_CHK_GEN < 10s Checks consistency of table UVERS UVERSCHK_GEN.LOG
    BATCHCHK_GEN < 1% Tests whether background server can access the upgrade directory BATCHCHK_GEN.LOG
    PROFCHK < 10s Checks whether the profile names specified in phase INITPUT correspond with the names used by the SAP system PROFCHK.LOG
    Correct entries with R3up set stdpar, if necessary
    JOB_RXPRECHK_PRE < 1% For start release 30D to 31I:
    Performs preliminary checks for the XPRA RLXPRA40 PXPRECHK.ELG
    PXPRECHK.LOG
    JOB_RSVBCHCK_PRE < 1% Checks whether outstanding updates tasks and queued RFCs exist PSVBCHCK.ELG
    PSVBCHCK.LOG
    Check outstanding update tasks with transaction SM13 and queued RFCs with transaction SMQ1
    RUN_RSCHECKEXC < 1% For start release 610 to 6ZZ:
    Find tables in exchange table space that are not exchanged ( SAP Note 674070) RSCHECKEXC.ELG
    RSCHECKEXC.LOG
    SCRIPT_TST_TCPDB < 1% Checks code page settings TCPDB.LOG
    SCRTCPDB.LOG
    See SAP Note 015023, if necessary
    SCRIPT_TST_TCPDB_UC < 1% Checks code page settings TCPDB.LOG
    SCRTCPDB.LOG
    See SAP Note 015023, if necessary
    REMEMBER_N410963 < 10s ORACLE, for start releases up to 46D:
    Checks Oracle start release REMN410.LOG
    See SAP Note 410963, if necessary
    JOB_SRM_PRE_CHECKS_1 < 1% SRM specific checks PSRMPRE.ELG
    PSRMPRE.LOG
    JOB_J_3GJUPGCD < 1% As of start release 40B:
    DIMP specific checks PJ_3GJUPGCD.ELG
    PJ_3GJUPGCD.LOG
    CHECKGROUP_END4 < 1% End of module
    PREPARE Module: Activation checks (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    JOB_RADDRCHK < 1% For start releases up to 40B:
    Prepares for renaming of data elements PADDRCHK.ELG
    PADDRCHK.LOG
    Correct naming conflicts as described in SAP Note 096905
    ACTREF_CHK < 1% Checks whether activation errors might occur during the upgrade RSTODIRX.LOG
    RSTODIRX.ELG
    Remove references to SAP data elements and domains
    RUN_RSUPGDEC_PRE < 1% Checks if current structure extensions collide with the DDIC enhancement category of the target release RSUPGDEC.ELG
    RSUPGDEC.LOG
    Adjust include or consider help from SAP SAP Note 493387
    CHECKGROUP_END5 < 1% End of module
    PREPARE Module: Necessary checks for conversions (Mandatory)
    Phase Duration PREPARE Actions Log Files User Actions
    CNV_AVOID < 1% For start release 30C to 31I:
    Finds tables that can be reduced in size before the upgrade to speed up the conversion Reduce the size of the tables as described in SAP Note 076431
    JOB_RSCNVADR < 1% For start releases up to 40B:
    Prepares address data conversion PSCNVADR.ELG
    PSCNVADR.LOG
    Start the report for preparing the address data conversion as described in SAP Note 082167 and SAP Note 097032 as well as adaptions to number ranges as described in SAP Note 319986 and SAP Note 379769
    REQ_APOUPG0 dial Prompts for checks for the LiveCache Save the live cache: follow the instructions given in the manual
    JOB_MC01_CACL_CDP_PRE < 1% For start releases up to 610:
    Performs consistence check CDPCON.ELG
    CDPCON.LOG
    CHECKGROUP_END6 < 1% End of module
    PREPARE Module: Optional checks for conversions (Optional)
    Phase Duration PREPARE Actions Log Files User Actions
    CNV_LIST < 1% Finds tables that are converted during the upgrade (if known to SAP) and lists them in a file
    ADDSPAREQ_AD < 10s Summarizes the results of all space checks
    DYNSPCADD < 1% Checks the database space requirements dynamically:
    Space needed temporarily for conversion
    Space for new secondary indexes
    DYNSPC.LOG
    SPACECHK_OPT < 1% Checks database free space DBFPLUSD.LOG
    Extend the database, if necessary
    CHECKGROUP_END7 < 1% End of module
    PREPARE Module: Modification support (Optional)
    Phase Duration PREPARE Actions Log Files User Actions
    SETPAR_PDIFFEXP_PRE < 1% Sets parameters for RDDIT006 SQLPDIFP.LOG
    SETPDIFP.LOG
    SETPDIFP.ELG
    RUN_RDDIT006_PRE < 1% Finds conflicts with central SAP Web Application Server objects DIFFCALC.ELG
    DIFFCALC.LOG
    Contact SAP to get modifications to central SAP Web Application Server objects, if necessary
    ADJUSTCHK_PRE < 1% Finds objects to be adjusted - preparation for transactions SPDD and SPAU ADJUSTCP.LOG
    ADJUSTCP.ELG
    Call transaction SPDD or SPAU to display modifications
    CHECKGROUP_END8 < 1% End of module
    PREPARE Module: Pre-processing (Optional)
    Phase Duration PREPARE Actions Log Files User Actions
    RUN_RSWBO230_PRE < 1% Deletes SAP requests from previous upgrades PSWBO230.ELG
    PSWBO230.LOG
    SAVE_VAR_CHK dial As of start release 40B:
    Requests SAVE_VAR information SAVEVARCHK.LOG
    Answer SAVE_VAR prompt
    JOB_RASUVAR1 < 1% As of start release 40B:
    save variants, see note 712297 PASUVAR1.ELG
    PASUVAR1.LOG
    CHECKGROUP_END9 < 1% End of module
    u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2014u2013
    Upgrade Phase Groups
    Upgrade Phase Group: Configuration and Initialization
    Phase Duration Upgrade Actions Log Files User Actions
    BEGIN < 10s Checks upgrade directory
    INITPUT dial Initializes R3up
    DB2 UDB for z/OS and OS/390:
    Checks parameters and JCL submission service DB2 UDB for z/OS and OS/390:
    Enter parameters
    DBCHK < 1% Determines database version and SAP release
    SETSYNC_UPGR_STARTED dial events for sync with Jump
    SETSYNC_PREUP_STARTED dial events for sync with Jump
    VERSCHK < 1% Checks SAP release Upgrade to a valid source release first, if necessary
    UVERS_CHK < 1% Checks consistency of table UVERS UVERSCHK.LOG
    BATCHCHK < 1% Tests whether background server can access the upgrade directory BATCHCHK.LOG
    PATCH_CHK < 1% Finds unconfirmed Support Packages and displays the result PATCHOUT.LOG
    EXECPT.LOG
    Call transaction SPAM to confirm any unconfirmed Support Packages, if necessary
    CLNT_CHK < 1% Checks whether clients are locked for SAP system upgrade EXECCT.LOG
    CLNTOUT.LOG
    Unlock clients for SAP system upgrade, if necessary
    INTCHK < 1% Checks whether the inactive nametab is empty
    TOOLVERSION_UPG < 1% Determines all tool version TOOLVERS.LOG
    Upgrade tools if necessary
    ADDON_SPEC2 dial Requests add-on information ADDONSPEC2.LOG
    ADDONKEY_CHK < 1% Prompts for keyword for industry solution, if necessary
    ADDONKEY.LOG
    Enter keyword for industry solution, if necessary
    JDKCHK_UPG < 1% Checks availability of JDK JDKCHK.LOG
    Install JDK, if necessary
    SHDINST_CHK1 < 1% Checks the shadow instance SHDINST_CHK1.LOG
    INITSUBST < 1% Initializes for System Switch Upgrade Enter parameters
    FRONTREQ < 1% Informs users that they must import a new version of the SAP GUI Confirm
    CONFCHK_X < 1% Tests operating system and database version Upgrade operating system and database to the required version, if necessary
    VIEWCHK1 < 1% Finds conflicts between delivered views and customer tables in the SAP name range VIEWCHK1.LOG
    Delete tables, if necessary
    REPACHK1 < 1% Finds SAP objects locked in repairs or requests REPACHK1.LOG
    UCMIG_STATUS_CHK1 < 10s Check status of Unicode Conversion Preparations on the start release UCMIGCHKSTAT1.LOG
    JOB_RSVBCHCK2 < 1% Checks whether outstanding updates tasks and queued RFCs exist PSVBCHCK.ELG
    PSVBCHCK.LOG
    Check outstanding update tasks with transaction SM13 and queued RFCs with transaction SMQ1
    RUN_RSWBO230 0-2% Deletes SAP requests from previous upgrades PSWBO230.ELG
    PSWBO230.LOG
    JOB_RXPRECHK < 1% For start release 30D to 31I:
    Makes preliminary checks for the XPRA RLXPRA40 PXPRECHK.ELG
    PXPRECHK.LOG
    JOB_RS_OLTPSOURCE < 1% Performs OLTP source cleaning PSOLTPSC.ELG
    PSOLTPSC.LOG
    JOB_RSAODSACTIVATE < 1% Performs TADIR cleaning PSATADIR.ELG
    PSATADIR.LOG
    TABSPC_UPG < 1% Checks database version if it was too low during PREPARE TABSPCU.LOG
    TABSPCU.ELG
    CHK_DB6_REG_UPG dial DB2 UDB for UNIX and Windows:
    Checks DB6 registry parameters
    DB_ACTION_RUNSTATS 1% DB2 UDB for UNIX and Windows:
    Remove volatile flags DBACTRUN.LOG
    CHK_DB6_PAR_UPG dial DB2 UDB for UNIX and Windows:
    Checks DB6 parameters
    SPACECHK_ALL < 1% Checks free space on the database DBFPLUSD.LOG
    Extend the database, if necessary
    FREECHK_X < 1% Checks free space in the file system Confirm
    Enlarge the file system, if necessary
    DMPSPC_X < 1% Provides information on freespace in the database DMPSPC_X.LOG
    JOB_BTCTRNS0 < 1% As of start release 45A, strategy Resource-minimized:
    Deschedules background jobs BTCTRNS1.ELG
    BTCTRNS1.LOG
    UCMIG_STATUS_CHK21 < 10s Strategy Resource-minimized:
    Check status of Unicode Conversion Preparations on the start release UCMIGCHKSTAT2.LOG
    SETPAR_PDIFFEXP < 1% Sets parameters for RDDIT006 SQLPDIFU.LOG
    SETPDIFU.LOG
    SETPDIFU.ELG
    RUN_RSPTBFIL_INIT 1% Enters source release information in table PUTTB_SHD RSPTBINI.ELG
    RSPTBINI.LOG
    READPUTTB_UPG < 1% Reads table PUTTB and places it in the file system RDPUTTB.LOG
    SQLDB_SWITCH_DOCU < 1% enabling of shadow import for docu objects PUTTBDOKTL.LOG
    LOCKEU_PRE < 1% Strategy downtime-minimized: Prompts for time from when ABAP Workbench is locked LOCKEUPR.LOG
    Strategy downtime-minimized: Respond to prompt for lock time
    CHECKCDMOUNTS < 1% Checks whether all required CDs for the EU_IMPORT phases are available If a CD is missing, change the mount directories or, if you do not use mount directories, ignore the prompt
    Upgrade Phase Group: Import and Modification Transfer
    Phase Duration Upgrade Actions Log Files User Actions
    DB_ACTION_UPG < 1% Performs database-specific actions SELDBSU.LOG
    ALTDBS.LOG
    DBACTUPG.LOG
    CNTRANS_TPL < 10s MCOD only: Adapts container names in R3load CNTTPL.LOG
    SQLSCREXE_UPGEU1 < 1% Performs actions for restart handling PARAMEU1.LOG
    UPGPAREU.ELG
    UPGPAREU.LOG
    JOB_MC01_CACL_CDP_POST1 < 1% For start releases up to 610, strategy Resource-minimized:
    Performs consistence check CDPCON1.ELG
    CDPCON1.LOG
    REQSTOP_APO1 dial Strategy Resource-minimized:
    Prompts, if system may be stopped Confirm, that the system may be stopped
    LOCKSYS_APO1 < 1% Strategy Resource-minimized:
    Locks SAP system for user access LOCKSYSAPO.LOG
    STOPSAP_LCD1 < 1% Strategy Resource-minimized:
    Stops SAP system Isolate the central instance and stop all application servers
    STARTSAP_LCD1 < 1% Strategy Resource-minimized:
    Starts SAP system
    REQ_APOUPG1 dial Strategy Resource-minimized:
    Prompts to save the live cache Save the live cache: follow the instructions given in the manual
    SETSYNC_PREUP_FINI_R1 dial Strategy Resource-minimized:
    events for sync with Jump
    GETSYNC_PREUP_FINI_R1 dial Strategy Resource-minimized:
    events for sync with Jump
    SETSYNC_DOWN_START_R1 dial Strategy Resource-minimized:
    events for sync with Jump
    SETSYNC_EULCK_START_R1 dial Strategy Resource-minimized:
    events for sync with Jump
    JOB_GN_BEF_UPG_CRM40_1 < 1% Strategy Resource-minimized, as of start release 610:
    Performs consistence check MWCRM1.ELG
    MWCRM1.LOG
    EU_IMPORT1 1-2% Copies substitution set from Upgrade CD to the shadow tables EU_IMP1.ELG
    EU_IMP1.LOG
    Mount requested Upgrade CD, if necessary
    NTACT_NODBPOS < 1% Cleans up nametab NTSHDNDB.ELG
    NTSHDNDB.LOG
    NTACT_CONV_UC < 1% Generates nametabs of shadow tables in shadow nametab conv_uc NTSHDCUC.ELG
    NTSHDCUC.LOG
    SHADOW_NTACT_CP < 1% Generates nametabs of shadow tables in the shadow nametab NTSHDCP.ELG
    NTSHDCP.LOG
    SQLDB_SHDI_DOC31I_ON1 < 1% For start releases up to 31I:
    enabling of shadow import for docu objects, special handling startrelease 3.1I SHDI_DOC31I.LOG
    EU_IMPORT2 5-8% Copies substitution set from Upgrade CD to the shadow tables EU_IMP2.ELG
    EU_IMP2.LOG
    Mount requested Upgrade CD, if necessary
    EU_IMPORT3 2-5% Copies substitution set from Upgrade CD to the shadow tables EU_IMP3.ELG
    EU_IMP3.LOG
    Mount requested Upgrade CD, if necessary
    READDATA_EU4 < 1% Copies substitution set from Upgrade CD to the shadow tables, if necessary Mount requested upgrade CD, if necessary
    EU_IMPORT4 6-10 Copies substitution set from Upgrade CD to the shadow tables EU_IMP4.ELG
    EU_IMP4.LOG
    Mount requested Upgrade CD, if necessary
    EU_IMPORT5 15-2 Copies substitution set from Upgrade CD to the shadow tables EU_IMP5.ELG
    EU_IMP5.LOG
    Mount requested Upgrade CD, if necessary
    EU_IMPORT6 < 10s Copies substitution set from Upgrade CD to the shadow tables EU_IMP6.ELG
    EU_IMP6.LOG
    Mount requested Upgrade CD, if necessary
    EU_IMPORT7 < 10s Copies substitution set from Upgrade CD to the shadow tables EU_IMP7.ELG
    EU_IMP7.LOG
    Mount requested Upgrade CD, if necessary
    EUVIEWIMP < 1% Imports views for shadow tables ALTER34V.LOG
    INDQUE_CHK < 1% SAP DB:
    Checks for indexes INDQUECHK.LOG
    TR_APPENDBUF_UPG1 < 10s Moves upgrade requests from the R3up buffer to the hyperbuffer TRAPPB.LOG
    SHADOW_IMPORT_UPG1 1-6% Imports upgrade and language data into the shadow tables (no new tables) SHDUPGIMP1.ELG
    STARTSAP_IMP < 1% Starts SAP system if it was stopped during phase EU_IMPORT1
    REPACHK2 < 1% Finds SAP objects locked in repairs or requests REPACHK2.LOG
    Confirm locks for ABAP Workbench if not yet done in phase LOCKEU_PRE
    SETSYNC_EULCK_START_D1 dial Strategy Downtime-minimized:
    events for sync with Jump
    SETSYNC_EULCK_START_R2 dial Strategy Resource-minimized:
    events for sync with Jump
    UVERS_UP_U < 1% Changes the status in table UVERS
    CNV_CHK_XT < 1% Finds outstanding conversions and restart logs for conversions that have not been completed Make conversions (after discussion with SAP consultant), if necessary
    TRBATCHK_XT < 1% Checks whether table TRBAT is empty Perform any actions specified by R3up, if necessary
    LIST_LOAD < 1% Generates list of programs that need to be generated LISTLOAD.LOG
    JOB_RDDTAXIT < 1% Selects generated objects SYSPREP.ELG
    SYSPREP.LOG
    JOB_STRU_TADIR_GEN_2 < 1% Performs TADIR insert PSTRUGEN.ELG
    PSTRUGEN.LOG
    JOB_RSGENYTT < 1% Copies nametabs to table DDYTT/F PSGENYTT.ELG
    PSGENYTT.LOG
    SUBSTNT_INS < 1% Creates nametab entries for the new substitution tables STBNTINS.LOG
    RUN_RSINCGEN < 1% Generates include program for accessing substitution tables PSINCGEN.ELG
    PSINCGEN.LOG
    JOB_SRM_PRE_CHECKS_2 < 1% SRM specific checks PSRMPRE.ELG
    PSRMPRE.LOG
    RUN_RDDIT006 1-3% Determines deviations of the current system from the future standard SAP system (objects and modifications that need to be copied) DIFFCALC.ELG
    DIFFCALC.LOG
    ADJUSTCHK < 1% Determines ABAP Dictionary objects that need to be adjusted ADJUSTCK.LOG
    ADJUSTCK.ELG
    Confirm R3up message, if necessary
    JOB_RSPUSCAD < 1% Exports documentation created or modified by customer PSPUSCA4.ELG
    PSPUSCA4.LOG
    DB_ACTION_LOWQ1 < 1% Performs switch for DIFFEXP phases LOWERQ.LOG
    DBACTLQ1.LOG
    DIFFEXPADDE (var Exports content of add-on objects not stored in shadow tables DIFFEXPA.ELG
    DIFFEXPA.LOG
    SQLDB_LOCKFLAG_CCI (var Perform database correction after export LOCKFLAGRESET_CCI.LOG
    DIFFEXPADD (var Copies Dictionary part for add-on objects to the shadow tables DIFFEXPA.ELG
    DIFFEXPA.LOG
    DIFFEXPPKGE (var Exports content of support package ects not stored in shadow tables DIFFEXPP.ELG
    DIFFEXPP.LOG
    SQLDB_LOCKFLAG_CCP (var Perform database correction after export LOCKFLAGRESET_CCP.LOG
    DIFFEXPPKG (var Copies Dictionary part for support package objects to the shadow tables DIFFEXPP.ELG
    DIFFEXPP.LOG
    DIFFEXPLAN (var Exports language content of support packages not stored in shadow tables DIFFEXPL.ELG
    DIFFEXPL.LOG
    SQLDB_LOCKFLAG_CCL (var Perform database correction after export LOCKFLAGRESET_CCL.LOG
    DIFFEXPGEN 2% Copies Dictionary part of generated objects to the shadow tables DIFFEXPG.ELG
    DIFFEXPG.LOG
    DIFFEXPMOD < 1% Copies unsent modified objects to the shadow tables DIFFEXPR.ELG
    DIFFEXPR.LOG
    DIFFEXPCUSTE (var Export content of customer developments not stored in shadow tables DIFFEXPC.ELG
    DIFFEXPC.LOG
    SQLDB_LOCKFLAG_CCC (var Perform database correction after export LOCKFLAGRESET_CCC.LOG
    DIFFEXPCUST (var Copies Dictionary part of customer developments to the shadow tables DIFFEXPC.ELG
    DIFFEXPC.LOG
    DIFFEXPDDIV < 1% Exports inactive ABAP Dictionary versions DIFFEXPD.ELG
    DIFFEXPD.LOG
    DIFFEXPDOCU < 1% Exports customer extensions to SAP object documentation DIFFEXPO.ELG
    DIFFEXPO.LOG
    DIFFEXPCDOC < 1% Exports documentation for customer objects DIFFEXCO.ELG
    DIFFEXCO.LOG
    DIFFEXPTSAP < 1% Exports local private objects and test objects in the SAP name range DIFFEXPT.ELG
    DIFFEXPT.LOG
    DB_ACTION_UPQ1 < 1% Performs switch for DIFFEXP phases UPPERQ.LOG
    DBACTUQ1.LOG
    JOB_RDDSAVTE < 1% Copies technical settings in the ABAP Dictionary PDDSAVTE.ELG
    PDDSAVTE.LOG
    RUN_RDDCP4TB < 1% Copies non-delivered TADIR entries to the shadow tables PDDCP4TB.ELG
    PDDCP4TB.LOG
    RUN_RDDDL4TB < 1% Deletes entries for deleted objects from the shadow table TADIR PDDDL4TB.ELG
    PDDDL4TB.LOG
    RUN_RSTRESNC < 1% Copies namespace reservations to the shadow tables PSTRESNC.ELG
    PSTRESNC.LOG
    JOB_RDDINDPR < 1% Finds all secondary indexes INXPREP.ELG
    INXPREP.LOG
    Upgrade Phase Group: Shadow System Installation
    Phase Duration Upgrade Actions Log Files User Actions
    ALTEXT_MAXALL < 1% ORACLE:
    Sets tablespace extents as unlimited SELALTAB.LOG
    DBACTGRA.LOG
    DBACTGRA.ELG
    SQLSCREXE_MLI4 < 10s For start releases up to 46D:
    Creates the license for the shadow instance CPMLICHK.LOG
    SQLEXEML.ELG
    SQLEXEML.LOG
    SQLSCREXE_MLI6 < 10s As of start release 610:
    Creates the license for the shadow instance CPMLICHK.LOG
    SQLEXEML.ELG
    SQLEXEML.LOG
    SQLDB_CPUSR < 10s Initializes authorizations SQLEXUS.LOG
    PSCRGEN_ALIAS < 10s Generates scripts for aliases/views/synonyms SQLGENAL.ELG
    SQLGENAL.LOG
    SCRGEN_ALI_ORG < 10s Generates scripts for shadow instance SGALORG.ELG
    SGALORG.LOG
    DB_ACTION_GRANT < 1% SAP DB:
    Generates grant scripts SELTAB.LOG
    DBACTGRA.LOG
    SQLSCREXE_GRANT < 1% SAP DB:
    Grants privileges PTBALIGR.LOG
    SQLEXEGR.ELG
    SQLEXEGR.LOG
    SCEXEC_GRANT 1% Except SAP DB:
    Grants privileges SQLEXEGR.LOG
    SCEXEC_ALIAS 1% Creates aliases/views/synonyms SQLEXEAL.LOG
    SQLSCREXE_GRA_ORG < 1% Executes scripts for shadow instance ALORGR.LOG
    SEGRORG.ELG
    SEGRORG.LOG
    SQLSCREXE_ALI_ORG < 1% Executes scripts for shadow instance ALORDC.LOG
    SEDCORG.ELG
    SEDCORG.LOG
    SQLSCREXE_SEQ < 10s Creates sequence SEQUE.LOG
    SQLEXESE.ELG
    SQLEXESE.LOG
    VIEWIMP_BAS < 1% Creates views for the SAP Web Application Server VIEWIMP.ELG
    VIEWIMP.LOG
    TR_TRK2HEAP_INIT < 10s Copies requests to the R3up buffer TRSHDIN.LOG
    TP_ACTION_CP2SINI < 1% Copies a small number of control entries to shadow tables CP2SHDI.ELG
    CP2SHDI.LOG
    SHADOW_NTACT_DEL < 1% Deletes nametabs of shadow tables in the shadow nametab NTSHDDEL.ELG
    NTSHDDEL.LOG
    SQLDB_SHDI_DOC31I_OFF1 < 1% For start releases up to 31I:
    enabling of shadow import for docu objects, special handling startrelease 3.1I SHDI_DOC31I.LOG
    EXEC_SMOFF_SHD < 10s Switches off the Session Manager for the upgrade EXECSMF.LOG
    JOB_GN_BEF_UPG_CRM40_2 < 1% Strategy Resource-minimized, as of start release 610:
    Performs consistence check MWCRM2.ELG
    MWCRM2.LOG
    JOB_MC01_CACL_CDP_POST2 < 1% For start releases up to 610, strategy Resource-minimized:
    Performs consistence check CDPCON2.ELG
    CDPCON2.LOG
    REQSTOPPROD < 1% Strategy Resource-minimized:
    Stops production operation Confirm R3up prompt
    JOB_BTCTRNS2 < 1% As of start release 45A, strategy Resource-minimized:
    Deschedules background jobs BTCTRNS1.ELG
    BTCTRNS1.LOG
    UCMIG_STATUS_CHK22 < 10s Strategy Resource-minimized:
    Check status of Unicode Conversion Preparations on the start release UCMIGCHKSTAT2.LOG
    UCMIG_STATUS_CHK23 < 10s Strategy Downtime-minimized:
    Check status of Unicode Conversion Preparations on the start release UCMIGCHKSTAT2.LOG
    REQSTOP_APO2 dial Strategy Resource-minimized:
    Prompts, if system may be stopped Confirm, that the system may be stopped
    LOCKSYS_APO2 < 1% Strategy Resource-minimized:
    Locks SAP system for user access LOCKSYSAPO.LOG
    STOPSAP_LCD2 < 1% Strategy Resource-minimized:
    Stops SAP system Isolate the central instance and stop all application servers
    STARTSAP_LCD2 < 1% Strategy Resource-minimized:
    Starts SAP system
    REQ_APOUPG2 dial Strategy Resource-minimized:
    Prompts to save the live cache Save the live cache: follow the instructions given in the manual
    JOB_DROP_TMPOBJ_UPG1 < 1% Strategy Resource-minimized:
    Deletes temporary BW objects RSDR_NAMT_CL.ELG
    RSDR_NAMT_CL.LOG
    JOB_SDLINIT_TABLES_UPG1 < 1% Strategy Resource-minimized, as of start release 620:
    Deletes invalid nametab entries RSSM_SDLINIT.ELG
    RSSM_SDLINIT.LOG
    JOB_RDDPURIF_R < 1% Strategy Resource-minimized:
    Deletes inconsistent values from tables PDDPURIF.ELG
    PDDPURIF.LOG
    JOB_KEYIDX1_R < 1% Strategy Resource-minimized, MSSQL, for start releases up to 45B:
    Component-specific actions RKEYIDX1.ELG
    RKEYIDX1.LOG
    JOB_RSVBCHCK_R < 1% Strategy Resource-minimized:
    Checks whether outstanding updates tasks and queued RFCs exist PSVBCHCK.ELG
    PSVBCHCK.LOG
    Check outstanding update tasks with transaction SM13 and queued RFCs with transaction SMQ1
    INTCHK_SW < 1% Checks whether the inactive nametab is empty
    SETSYNC_PREUP_FINI_R2 dial Strategy Resource-minimized:
    events for sync with Jump
    GETSYNC_PREUP_FINI_R2 dial Strategy Resource-minimized:
    events for sync with Jump
    SETSYNC_DOWN_START_R2 dial Strategy Resource-minimized:
    events for sync with Jump
    STOPSAP_PROD < 1% Strategy Resource-minimized:
    Stops the production system
    Upgrade Phase Group: Shadow System Operations: SPDD and Activation
    Phase Duration Upgrade Actions Log Files User Actions
    CONFCHK_BAS < 1% Tests operating system and database version
    SHD_FIX_IMP < 1% Imports repair requests for shadow system SHD_FIX.ELG
    PORT_IMP_SHD < 1% Transports add-on-specific imports into the shadow system PORT_SHD.ELG
    SHDINST_CHK2 < 1% Checks the shadow instance SHDINST_CHK2.LOG
    START_SHDI_FIRST < 1% Starts the shadow system DEVTRACE.LOG
    STARTSFI.LOG
    STOP_SHDI_SW1 < 1% Stops shadow instance STOPSHDI.LOG
    SETSYNC_PREUP_FINI_SW dial events for sync with Jump
    GETSYNC_PREUP_FINI_SW dial events for sync with Jump

  • Upgrading Programs to ECC6 from 4.7

    Hi Experts
    I have a set of programs to be upgraded from 4.7 to ECC6. How can it be done?
    Thx
    Santo

    Hi Santo,
    For this upgrade process, you need to consider the following things:
    1. Technical Upgrade
    - Version upgrade, without functional enhancements
    - ABAP Code fixes
    - Fixing SPDD
    - Fixing SPAU
    - Stabilizing the standard SAP transactions.
    - Implementing known OSS Notes.
    - Identify and correct the clone programs.
    - Identify and correct the customer objects.
    - Unit testing of upgraded objects.
    - Clean obsolete objects
    - Functional configuration changes (Must haves)
    - Functional process testing
    - Mock/Timing upgrade on production like environment
    2. Functional Upgrade
    - Technical upgrade + Deploying new functionalities available in upgrade version
    - Package enabled Business process Re-engineering - If applicable
    - Optimization of Custom objects & programs, by utilizing new functionality.
    3. Unicode Conversion
    - Mandatory for systems on MDMP code page, as SAP does not support these pages.
    - Simple way to check if a Unicode conversion is required is to look into the number of entries in table TCPDB. More than one entry in this table mandates the Unicode Conversion.
    You can use this website for finding the differences between the 2 versions.
    http://solutionbrowser.erp.sap.fmpmedia.com/
    Hope this will help.
    Regards,
    Nitin.

  • Forms 4.5 to Forms 6.0 conversion

    One of our developers is having problems converting forms 4.5
    forms to forms 6.0. Is there a specific tool for converting
    the forms or do you just bring the old form up in the new
    designer tool and the conversion happens automatically?
    null

    Cecil Whitaker (guest) wrote:
    : One of our developers is having problems converting forms 4.5
    : forms to forms 6.0. Is there a specific tool for converting
    : the forms or do you just bring the old form up in the new
    : designer tool and the conversion happens automatically?
    Yes.. you can just open the forms of 4.5 with Forms Designer 6.0.
    The conversion takes place automatically, however, you might have
    to take in consideration that if you are using certain fucntions
    of Forms 4,5, in which some parameters are optional, then those
    might be mandatory in Forms 6.0.
    For e.g. Run_product.
    -bj
    null

  • On Windows Vista, installed AdobeAir update as required. "Mandatory Upgrade" removed Acrobat!

    On Windows Vista, installed AdobeAir update as required. Next screen said "Mandatory Upgrade" & when I clicked on it, version 2.0 of Acrobat was removed, new version 3.2 wouldn't download error# 16820! What do I do now? Need Acrobat, but I don't know what to do next! I'm working at a small church w/no budget. so please help if you can.

    Vista requires AA8.1 at a minimum. I think that a few have gotten AA7 to work, but it is not supported by Adobe on VISTA. I know that is not good news, but it may be that you will be unsuccessful. At the very least, expect to have to print to file and open distiller to complete the conversion. I think that AcroTray is one of the major problems with the use on VISTA.
    Hopefully someone might stop by that has successfully gotten over the registration problem you are having, and possibly gotten AA7 to work in some sense on VISTA, but do not be surprised if there are no takers. Good luck.

  • Pricing error: Exchange rate conversion Message no. V1803

    Hi,
    I am getting an error in the pricing procedure
    Pricing error: Mandatory condition XXXX is missing
    Message no. V1801
    Pricing error: Exchange rate conversion
    Message no. V1803
    where as the exchange rate is maintained.
    Please guide me

    hi
    Pricing error: Mandatory condition XXXX is missing
    Message no. V1801
    this error comes for pricing procedure , check the pricing procedure your mandatory condition not maintain the condition records , i  think it is for basic price, please maintain the condition records at vk11,
    Pricing error: Exchange rate conversion
    Message no. V1803
    this error comes for exchange maintain at img-general settings-currencies-enter exchange rates .
    here you will maintain the exchange rates, please fallow the above path,

  • Automatic PR to PO conversion for non stock material

    Hi,
    Can  Automatic PR to PO conversion be done for non stock material (with account assignment category and no material master).
    We are presently doing only for stock material with transaction ME59N.
    Thanks and Regards,
    Pratap

    Some of the pre-requisites for automatic generation of PO from PR are
    1. The system selects only those requisitions for automatic PO generation for which the indicator Automatic purchase order has been set for both the material and the vendor.
    2. It can only generate purchase orders from requisitions to which a unique source of supply has already been assigned.
    So material master is mandatory if you want to create PO automatically from PR and you need to activate this option both at vendor and material master.

  • Error in configuring File Sender Adapter with File Content Conversion

    Hi
    i am designing a File to File scenario using file content conversion in which the input is comma separated file and output is a XML document.
    mentioned below are the configuration information:
    Recordset Name: Substr
    Substr.fieldSeparator: ,
    Substr.endSeparator: 'nl'
    Substr.fieldNames: Name, Password
    Substr.keyFieldValue: Name
    and the error i can see in adapter framework is:
    Sender Adapter v0830 for Party '', Service 'FileContentConversion':
    Configured at 14:30:45 2005-04-07
    Initialization error: Conversion initialization failed with java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found:
    Mandatory parameter 'Substr.fieldNames': no value found
    plz help me ASAP.
    thanks and regards,
    Varun Joshi

    Hi Varun...
    Regarding ur error.....the name and password u send in csv is not getting recognised.. so u have to check the data type structure.
    there must be a recordset name and subelement must be recordset structure..the data type must be
    <datatypename>
          <recordsetname>
               <recordsetructurename>
                  <name>
                   <password>
    please try in this format and ur name and password will get recognised

  • Error in Sender File content Conversion - how to ignore keyfieldName

    Dear Frndz,
    I'm new to SAP PI. I want to post a flat file to ECC.
    The Souce Structure is:
      Record(1-unbounded)
        |_Header(1.1)
              field1
              field2
              field3
        |_Detail(1.unbounded0
            field4
            field5
            field6
    Sample File:
    first header - xx,yy,zz
    Detail 1 -      1,b,c
    Detail 2  -     2,e,f
    second header - aa,bb,cc
    Detail 1 -     1,g,d
    I wrote the file content conversion as follows
       Recordset name - Record
       Recordset Structure - Header,1,Detail,*
    Header.fieldNames  field1,field2,field3
    Header.feldseparator  ,
    Header.endseparator  'nl'
    Detail.fieldNames  field4,field5,field6
    Detail.fieldseparator  ,
    Detail.endseparator  'nl'
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Mandatory parameter 'xml.keyfieldName': no value found
    It's asking me to give the input to keyfieldname. But I dont have such field in my record. Ther's no common field . no field is repeating like record type or doc_type as in other cases.
    So, Coud you please guide me to proceed with this.
    Thanks in advance.....

    Hi,
    Please, take a look to these Blogs related to FCC
    Troubleshooting the File Adapter (Last Updated on 02 July'10)
    Content Conversion (Pattern/Random content in input file)
    File Content Conversion for Unequal Number of Columns
    The specified item was not found.
    Content Conversion ( The Key Field Problem )
    NAB the TAB (File Adapter)
    Rgds
    RP-.

  • Flat Idoc to Idoc XML conversion error.

    Hi All,
    We are using PI 7.1 EHP1, Where in we would like to see the capabilty of User-Module for Conversion of IDoc Messages Between Flat and XML Formats. Gone thru the below blog and maintained the necessary NWA configurations:
    How to Use User-Module for Conversion of IDoc Messages Between Flat and XML Formats
    While testing phase, The file is not been picked by the Sender File Adapter and the below error is been displayed in RWB:
    "MP: exception caught with cause com.sap.conn.idoc.IDocParseException: (7) IDOC_ERROR_PARSE_FAILURE: Invalid character encountered in XML input data source: state=INITIAL, charPosition=0, lineNumber=1, columnNumber=1, invalidChar=U+0045, sourceSnippet=...EDI_DC40  510000000002889077846C 3012  SHPMNT05                      ZSHPMNT9                      S...                 ^"
    Any Clues?
    Thnx

    Hi Stefan,
    You are right i have maintained the mandatory parameters (SAPRelease, SourceJRA, TargetDestination) within the sender File adapter module key parameters.
    Now getting another error within Comm Channel Monitoring:
    MP: exception caught with cause java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    Any Clues?
    Thnx

Maybe you are looking for