Order's author

Hi all,
I'm not sure whether this is the right forum and if it isn't, please excuse me.
I have trouble with implementing a functionality on 4.6C: I need to know who has created a given order, but this information is not given by ALM_ME_ORDER_HEADER_GETDETAIL.
On 4.7 I do this through BAPI_ALM_ORDERHEAD_GET_LIST, but on 4.6C this function doesn't exist.
Thanks for any ideas,
Todor

Hi Todor,
I'm not very familiar with your topic, but if it's an order, it may be stored into table AUFK. Maybe a
select ernam
  into aufk-ernam
  from aufk
  where aufnr = (your_order_number).
can help you. BR,
Alvaro

Similar Messages

  • PO mod right after a purchase order is authorized...where?

    I have a customer that is implementing procurement, but not financials. Thus, in PO, it can't do funds checking and such.
    I need to write an exit mod which will send information to a 3rd party application via a web service right after a requisition/purchase order is authorized within the Oracle’s procurement system, but BEFORE it is approved.
    Where in the PO code should this be written? Suggestions?

    Hi  Ashok,
      The only way possible in this case is to goto SPRO-> Material Management->Purchasing->Bussiness Add-Ins for Purchasing->Badi:Customer Badi to enjoy Purchase Requisition Bapis.
    In that bapi use the Function module after propor coding BAPI_PO_CREATE1. I think this will help you..
    Cheers ,
    Sany

  • Error while trying to deploy the fusion order aplication

    i've succeded tu install the schemas, to deploy the store front module , and when i try to deploy the aplication i encounter one error :(
    this is my "build.properties" edited file:
    # Global build property set for SOA fusion order demo #
    # > author: clemens utschig (oracle corp) 2009 #
    # path for libraries and script imports
    oracle.home=D:\\Middleware\\JDEV\\jdeveloper\\
    ################ INTERNAL SEED PROPERTIES - BEGIN ##################
    # !!!!! DO NOT MODIFY !!!!! #
    # internal version number
    fod.version=2.3_ps3
    # common libs home
    oracle.common.home=${oracle.home}/../oracle_common
    # Sub directory for deployment artifacts
    deploy.sub.dir=deploy
    # sub directory for deployment / build scripts
    bin.sub.dir=bin
    # jee application homes
    creditauthorization.home=../CreditCardAuthorization
    orderapproval.home=../OrderApprovalHumanTask
    external.partnersupplier.home=../ExternalLegacyPartnerSupplierEjb
    # composite homes
    orderbookingsdo.composite.home=../OrderSDOComposite
    partnersupplier.composite.home=../PartnerSupplierComposite
    orderbooking.composite.home=../OrderBookingComposite
    b2b.composite.home=../B2BX12OrderGateway
    # adf service implementation context url
    storefrontservice.contextUri.adf=StoreFrontServiceHooks/StoreFrontService
    # sca composite based context url
    storefrontservice.contextUri.soa=soa-infra/services/${soa.partition.name}/OrderSDOComposite!1.0/StoreFrontService
    # ejb uri for the ExternalPartnerSupplierEJB
    partnersupplier.ejb.uri=WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierEjb-SessionEJB#com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
    # ejb uri for the ExternalPartnerSupplierEJB JSca implementation via Spring C&I
    partnersupplier.jsca.ejb.uri=WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierJScaEjb
    ## global connection settings for deployer, rmi and others
    # admin server t3:// url - for deployment
    wls.url=t3://${admin.server.host}:${admin.server.port}
    # mgd server t3:// url - for ejb
    wls.mgd.server.url=t3://${managed.server.host}:${managed.server.rmi.port}
    # the jndi ctx factory
    java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
    ################## INTERNAL SEED PROPERTIES - END ####################
    # partition where the composites should be deployed to
    soa.partition.name=soaFusionOrderDemo
    # set to false if you want to use adf backed services.
    soa.only.deployment=true
    # deploy the b2b x12 order processing composite
    enable.b2b.composite=true
    # use a normal ejb3 for the external partner supplier (comment or set to false),
    # or use the new Weblogic SCA for Java EJB binding (uncomment and set to true)
    use.jsca.ejb.impl=true
    # file adapter directory - amend to your OS (use \\ for windows and / for unix)
    orderbooking.file.adapter.dir=/tmp
    # file adapter control directory - amend to your OS (use \\ for windows and / for unix)
    orderbooking.file.adapter.control.dir=/tmp/control
    # jndi name of the jms topic for orderbooking composite
    orderbooking.jms.topic.jndi=jms/DemoSupplierTopicUdd
    ###### Deployment server connection information
    # the admin server connection information - to seed the topics
    admin.server.host=RZV-PC
    admin.server.port=7001
    # the domain where soa infra is installed
    server.domain.name=soa_domain
    # connection information for the managed server, used for soa-deployment, http
    managed.server.host=RZV-PC
    managed.server.port=8001
    # rmi port for testing, ejb invocation and others
    managed.server.rmi.port=8001
    # credential information for the servers
    server.user=weblogic
    server.password=weblogic@
    # wls target server (for shiphome set to server_soa, for ADRS use AdminServer)
    server.targets=soa_server1
    # soa-server side oracle home directory - needed for deployment plans
    # and the weblogic sca library deployment (out of the ExternalPartnerSupplier project
    soa.server.oracle.home=D:\\AS11gR1SOA
    ####### for business event testing - this is to enqueue the business event
    # soa db main schema username
    soa.db.username=sys as sysdba
    # soa db password
    soa.db.password=razvan
    # soa db connect string => host:port:sid
    soa.db.connectstring=RZV-PC:1521:xe
    ##### MetaDataServices repository settings (used for SOA shared artifacts) #####
    # use "jdev" for local jdeveloper install, "db" for database
    # In case of "db" amend the below (jdbc) settings for the mds db
    foreign.mds.type=db
    # Note: BEFORE you deploy make sure you amend these settings to your REMOTE
    # db - that is backing soa-infra, set the above mds.type to "db" and run
    # the "importCommonServiceArtifactsIntoMds" target. This will import the common
    # shared artifacts of $OH/bin/soa-seed/ into the remote (RT) mds.
    # On a shiphome install this user is normally named sh_mds
    mds.db.userid=sys as sysdba
    mds.db.password=razvan
    # database connection string: driver@host:port:sid
    mds.db.jdbc-url=jdbc:oracle:thin:@RZV-PC:1521:xe
    and this is the error i get :
    Buildfile: C:\fod\CompositeServices\bin\build.xml
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.5.0
    [java] Build: 0
    [java] Build time: Mon Apr 18 18:05:14 PDT 2011
    [java] Build type: release
    [java] Source tag: PCBPEL_11.1.1.5.0_GENERIC_110418.1550.0174
    [java]
    [echo] soa infra mgmt home: D:\Middleware\JDEV\jdeveloper\
    setupWorkspaceForJdeveloperUse:
    [echo] !!! Setting up workspace for JDeveloper use, hence seeding adf-config, connections.xml and populating mds
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.5.0
    [java] Build: 0
    [java] Build time: Mon Apr 18 18:05:14 PDT 2011
    [java] Build type: release
    [java] Source tag: PCBPEL_11.1.1.5.0_GENERIC_110418.1550.0174
    [java]
    [echo] soa infra mgmt home: D:\Middleware\JDEV\jdeveloper\
    createMDSConnections:
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    createMDSConnectionForDB:
    [echo] Creating ../.adf/META-INF/adf-config.xml for database backed MDS
    [input] skipping input as property mds.db.password has already been set.
    [copy] Copying 1 file to C:\fod\CompositeServices\.adf\META-INF
    [echo] Using jdbc:oracle:thin:@RZV-PC:1521:xe for db-based backing, with user sys as sysdba
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    createMDSConnectionForFileStore:
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    createMDSConnectionForServerFileStore:
    importCommonServiceArtifactsIntoMds:
    [java] Starting local filesystem import into mds ..
    [java] oracle.mds.config.MDSConfigurationException: MDS-01330: unable to load MDS configuration document
    [java] MDS-01329: unable to load element "persistence-config"
    [java] MDS-01370: MetadataStore configuration for metadata-store-usage "mstore-usage_1" is invalid.
    [java] ORA-06550: line 1, column 12:
    [java] PLS-00201: identifier 'MDS_INTERNAL_SHREDDED.GETREPOSITORYVERSION' must be declared
    [java] ORA-06550: line 1, column 7:
    [java] PL/SQL: Statement ignored
    [java]
    [java]
    [java]      at oracle.mds.config.PConfig.loadFromBean(PConfig.java:690)
    [java]      at oracle.mds.config.PConfig.<init>(PConfig.java:499)
    [java]      at oracle.mds.config.MDSConfig.loadFromBean(MDSConfig.java:707)
    [java]      at oracle.mds.config.MDSConfig.loadFromElement(MDSConfig.java:764)
    [java]      at oracle.mds.config.MDSConfig.<init>(MDSConfig.java:515)
    [java]      at oracle.mds.config.MDSConfig.<init>(MDSConfig.java:443)
    [java]      at com.otn.sample.fod.soa.util.MdsImportTask.getTargetMdsInstanceByAdfConfig(MdsImportTask.java:133)
    [java]      at com.otn.sample.fod.soa.util.MdsImportTask.execute(MdsImportTask.java:155)
    [java]      at com.otn.sample.fod.soa.util.MdsImportTask.main(MdsImportTask.java:84)
    [java] Caused by: oracle.mds.exception.MDSExceptionList: MDS-01329: unable to load element "persistence-config"
    [java] MDS-01370: MetadataStore configuration for metadata-store-usage "mstore-usage_1" is invalid.
    [java] ORA-06550: line 1, column 12:
    [java] PLS-00201: identifier 'MDS_INTERNAL_SHREDDED.GETREPOSITORYVERSION' must be declared
    [java] ORA-06550: line 1, column 7:
    [java] PL/SQL: Statement ignored
    [java]
    [java]
    [java]      at oracle.mds.config.PConfig.loadFromBean(PConfig.java:684)
    [java]      ... 8 more
    [java] Exception in thread "main" MDS-01330: unable to load MDS configuration document
    [java] MDS-01329: unable to load element "persistence-config"
    [java] MDS-01370: MetadataStore configuration for metadata-store-usage "mstore-usage_1" is invalid.
    [java] ORA-06550: line 1, column 12:
    [java] PLS-00201: identifier 'MDS_INTERNAL_SHREDDED.GETREPOSITORYVERSION' must be declared
    [java] ORA-06550: line 1, column 7:
    [java] PL/SQL: Statement ignored
    [java]
    [java]
    [java]      at com.otn.sample.fod.soa.util.MdsImportTask.execute(MdsImportTask.java:225)
    [java]      at com.otn.sample.fod.soa.util.MdsImportTask.main(MdsImportTask.java:84)
    BUILD FAILED
    C:\fod\CompositeServices\bin\build.xml:276: The following error occurred while executing this line:
    C:\fod\CompositeServices\bin\common-sca-tools.xml:414: Java returned: 1
    Total time: 4 seconds
    please help, i need this aplication for my final year project .
    Thanx

    this is the complete log:
    Buildfile: C:\fod\CompositeServices\bin\build.xml
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server version 11.1.1.5.0
    [java] Build: 0
    [java] Build time: Mon Apr 18 18:05:14 PDT 2011
    [java] Build type: release
    [java] Source tag: PCBPEL_11.1.1.5.0_GENERIC_110418.1550.0174
    [java]
    [echo] soa infra mgmt home: D:\Middleware\JDEV\jdeveloper\
    compile-build-all:
    [echo] Building and compiling SOA Fusion Order Demo ..
    clean:
    [echo] Cleanup of OrderApprovalHumanTask
    [delete] Deleting: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
    [delete] Deleting: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
    init:
    compile:
    [javac] Compiling 6 source files to C:\fod\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
    copy:
    [copy] Copying 191 files to C:\fod\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
    create-ear:
    [copy] Copying 4 files to C:\fod\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
    [war] Building war: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
    [delete] Deleting directory C:\fod\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
    setupDeploymentEnvironment:
    [echo] Step1: copy template ./templates/connections.xml.seed to ../../.adf/META-INF/connections.xml
    [copy] Copying 1 file to C:\fod\CompositeServices\.adf\META-INF
    [echo] Step2: setup descriptor, soa-only? true, modifying ../../.adf/META-INF/connections.xml
    [echo] replacing ws-endpoint with RZV-PC:8001/soa-infra/services/soaFusionOrderDemo/OrderSDOComposite!1.0/StoreFrontService
    [echo] replacing ws-binding with {www.globalcompany.example.com}StoreFrontServiceBinding
    [mkdir] Created dir: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
    [copy] Copying 2 files to C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
    [echo] Creating custom adf config for customization of connections.xml - datasource: jdbc/mds/MDS_LocalTxDataSource
    [mkdir] Created dir: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\lib
    [copy] Copying 1 file to C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\lib
    [ear] Building ear: C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
    [delete] Deleting directory C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\adf
    [delete] Deleting directory C:\fod\CompositeServices\OrderApprovalHumanTask\deploy\lib
    create-deployable-composite:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting C:\fod\CompositeServices\OrderBookingComposite\bin/..//deploy/sca_OrderBookingComposite_rev1.0.jar
    [delete] Deleting: C:\fod\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in C:\fod\CompositeServices\OrderBookingComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "C:\fod\CompositeServices\OrderBookingComposite\bin/..//composite.xml"
    [scac] Composed "OrderProcessor" in 107.0 milliseconds [nodes 138=10+128, 1,290.0 nodes/sec]
    [scac] Compiled "OrderProcessor" in 2.057 seconds
    [scac] Gathered 14 files in 1.3 milliseconds
    [scac] Packaged "OrderProcessor" in 24.5 milliseconds
    [scac] Composed "InternalWarehouseService" in 8.0 milliseconds [nodes 6=0+6, 752.6 nodes/sec]
    [scac] Compiled "InternalWarehouseService" in 1.006 seconds
    [scac] Gathered 3 files in 0.8 milliseconds
    [scac] Packaged "InternalWarehouseService" in 6.0 milliseconds
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] >> modified xmlbean locale class in use
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] warning: location {ns:composite/ns:reference[@name='CreditCardAuthorizationService']}(170,128): Failed to Find Binding "CreditCardAuthorizationService":"{http://www.globalcompany.example.com/ns/CreditAuthorizationService}CreditAuthorizationPort" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='PartnerSupplierService']}(163,122): Failed to Find Binding "PartnerSupplierService":"{http://www.partnersupplier.example.com/ns/warehouse}ExternalPartnerSupplier_pt" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='StoreFrontService']}(180,162): Failed to Find Binding "StoreFrontService":"{www.globalcompany.example.com}StoreFrontServiceSoapHttpPort" in WSDL Manager
    [scac] warning: in OrderProcessor.bpel(223): <from> value type "{http://www.w3.org/2001/XMLSchema}long" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] warning: in OrderProcessor.bpel(310): <from> value type "{http://www.w3.org/2001/XMLSchema}decimal" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] warning: in OrderProcessor.bpel(310): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] warning: in OrderProcessor.bpel(390): <from> value type "{http://www.w3.org/2001/XMLSchema}decimal" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}double"
    [scac] warning: in OrderProcessor.bpel(390): <from> value type "{http://www.w3.org/2001/XMLSchema}string" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}boolean"
    [scac] warning: in OrderProcessor.bpel(429): <from> value type "{http://www.w3.org/2001/XMLSchema}boolean" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    [scac] warning: in OrderProcessor.bpel(571): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    package:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: C:\fod\CompositeServices\OrderBookingComposite\dist
    [copy] Copying 139 files to C:\fod\CompositeServices\OrderBookingComposite\dist
    [copy] Warning: C:\fod\CompositeServices\OrderBookingComposite\src not found.
    [copy] Warning: C:\fod\CompositeServices\OrderBookingComposite\SCA-INF\src not found.
    [copy] Copying 6 files to C:\fod\CompositeServices\OrderBookingComposite\dist\SCA-INF\classes
    [jar] Building jar: C:\fod\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    [delete] Deleting directory C:\fod\CompositeServices\OrderBookingComposite\dist
    setupDeploymentEnvironment:
    [copy] Copying 1 file to C:\fod\CompositeServices\OrderBookingComposite\bin
    [echo] Setting up deployment plan, modifying orderbooking_deployment_plan.xml
    [echo] Replacing ws-endpoint with RZV-PC:8001/soa-infra/services/soaFusionOrderDemo/OrderSDOComposite!1.0/StoreFrontService
    [echo] Replacing soa server and wls server information
    [echo] -SOA: RZV-PC 8001
    [echo] Replacing file adapter endpoint with /tmp
    [echo] Disabling global bam sensors? true
    [echo] Amending jndi destination for jms topic jms/DemoSupplierTopicUdd
    [echo] Replacing soa partition name with soaFusionOrderDemo
    [echo] Replacing values for bam connection in connections.xml
    [echo] Bam server host: localhost
    [echo] Bam server host: 9001
    [echo] Bam server user: weblogic
    [echo] Spring lib path: D:\Middleware\JDEV\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
    compile-classes:
    create-deployable-composite:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting C:\fod\CompositeServices\PartnerSupplierComposite\bin/..//deploy/sca_PartnerSupplierComposite_rev1.0.jar
    [delete] Deleting: C:\fod\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in C:\fod\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "C:\fod\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml"
    [scac] Composed "ExternalPartnerSupplier" in 41.0 milliseconds [nodes 6=0+6, 146.4 nodes/sec]
    [scac] Compiled "ExternalPartnerSupplier" in 1.584 seconds
    [scac] Gathered 3 files in 0.8 milliseconds
    [scac] Packaged "ExternalPartnerSupplier" in 8.8 milliseconds
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface writequoterequest.partnersuppliercomposite.weblogicfusionorderdemo.file.adapter.pcbpel.com.oracle.xmlns.Write_ptt
    [scac] ### qname: {http://xmlns.oracle.com/pcbpel/adapter/file/WebLogicFusionOrderDemo/PartnerSupplierComposite/WriteQuoteRequest}Write_ptt
    [scac] ### clazz: interface com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
    [scac] ### clazz: interface com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] >> modified xmlbean locale class in use
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] warning: in PartnerSupplierMediator.mplan: Case "ExternalPartnerSupplier.externalpartnersupplier_client.process" doesnt have any payload transformation Please make sure source and target message part name are same and of same type. Otherwise, target reference may fail to execute with error message like "Input sourcelike Null" or "Part not found"
    package:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [echo] deleting .class files of C:\fod\CompositeServices\PartnerSupplierComposite\bin/..//SCA-INF/classes
    [javac] Compiling 18 source files to C:\fod\CompositeServices\PartnerSupplierComposite\SCA-INF\classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [mkdir] Created dir: C:\fod\CompositeServices\PartnerSupplierComposite\dist
    [copy] Copying 66 files to C:\fod\CompositeServices\PartnerSupplierComposite\dist
    [copy] Warning: C:\fod\CompositeServices\PartnerSupplierComposite\SCA-INF\src not found.
    [copy] Copying 7 files to C:\fod\CompositeServices\PartnerSupplierComposite\dist\SCA-INF\classes
    [jar] Building jar: C:\fod\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    [delete] Deleting directory C:\fod\CompositeServices\PartnerSupplierComposite\dist
    [echo] Spring lib path: D:\Middleware\JDEV\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
    setupDeploymentEnvironment:
    [copy] Copying 1 file to C:\fod\CompositeServices\PartnerSupplierComposite\bin
    [echo] Setting up deployment plan, modifying PartnerSupplierComposite_cfgplan.xml
    [echo] Replacing ejb-name with WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierJScaEjb
    [echo] Replacing file adapter endpoint with /tmp/quote
    create-deployable-composite:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting C:\fod\CompositeServices\OrderSDOComposite\bin/..//deploy/sca_OrderSDOComposite_rev1.0.jar
    [delete] Deleting: C:\fod\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in C:\fod\CompositeServices\OrderSDOComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "C:\fod\CompositeServices\OrderSDOComposite\bin/..//composite.xml"
    [scac] Composed "CustomerAndOrderService" in 140.2 milliseconds [nodes 63=1+62, 449.2 nodes/sec]
    [scac] Compiled "CustomerAndOrderService" in 1.814 seconds
    [scac] Gathered 5 files in 0.9 milliseconds
    [scac] Packaged "CustomerAndOrderService" in 11.9 milliseconds
    [scac] warning: in CustomerAndOrderService.bpel(254): <from> value type "{http://www.w3.org/2001/XMLSchema}anySimpleType" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}integer"
    [scac] warning: in CustomerAndOrderService.bpel(359): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}long"
    [scac] warning: in CustomerAndOrderService.bpel(493): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}long"
    package:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: C:\fod\CompositeServices\OrderSDOComposite\dist
    [copy] Copying 12 files to C:\fod\CompositeServices\OrderSDOComposite\dist
    [copy] Warning: C:\fod\CompositeServices\OrderSDOComposite\src not found.
    [copy] Warning: C:\fod\CompositeServices\OrderSDOComposite\SCA-INF\src not found.
    [copy] Copying 6 files to C:\fod\CompositeServices\OrderSDOComposite\dist\SCA-INF\classes
    [jar] Building jar: C:\fod\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    [delete] Deleting directory C:\fod\CompositeServices\OrderSDOComposite\dist
    create-deployable-composite:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting C:\fod\CompositeServices\B2BX12OrderGateway\bin/..//deploy/sca_B2BX12OrderGateway_rev1.0.jar
    [delete] Deleting: C:\fod\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in C:\fod\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "C:\fod\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml"
    [scac] Composed "B2BOrderProcessingEngine" in 89.0 milliseconds [nodes 45=2+43, 505.7 nodes/sec]
    [scac] Compiled "B2BOrderProcessingEngine" in 2.010 seconds
    [scac] Gathered 7 files in 1.0 milliseconds
    [scac] Packaged "B2BOrderProcessingEngine" in 13.9 milliseconds
    [scac] warning: location {ns:composite/ns:reference[@name='StoreFrontService']}(48,162): Failed to Find Binding "StoreFrontService":"{www.globalcompany.example.com}StoreFrontServiceSoapHttpPort" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='OrderBookingService']}(59,116): Failed to Find Binding "OrderBookingService":"{http://www.globalcompany.example.com/ns/OrderBookingService}OrderProcessor_pt" in WSDL Manager
    [scac] warning: in B2BOrderProcessingEngine.componentType: property "bpel.config.use.events" may not be understood by BPEL component B2BOrderProcessingEngine - it will likely be ignored.
    [scac] warning: in B2BOrderProcessingEngine.bpel(188): <from> value type "{http://www.w3.org/2001/XMLSchema}integer" is not compatible with <to> value type "{http://www.w3.org/2001/XMLSchema}string"
    package:
    [echo] oracle.home = D:\Middleware\JDEV\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: C:\fod\CompositeServices\B2BX12OrderGateway\dist
    [copy] Copying 27 files to C:\fod\CompositeServices\B2BX12OrderGateway\dist
    [copy] Warning: C:\fod\CompositeServices\B2BX12OrderGateway\src not found.
    [copy] Warning: C:\fod\CompositeServices\B2BX12OrderGateway\SCA-INF\src not found.
    [copy] Copying 6 files to C:\fod\CompositeServices\B2BX12OrderGateway\dist\SCA-INF\classes
    [jar] Building jar: C:\fod\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    [delete] Deleting directory C:\fod\CompositeServices\B2BX12OrderGateway\dist
    setupDeploymentEnvironment:
    [copy] Copying 1 file to C:\fod\CompositeServices\B2BX12OrderGateway\bin
    [echo] Setting up deployment plan, modifying B2BX12OrderGateway_deployment_plan.xml
    [echo] Replacing ws-endpoint with RZV-PC:8001/soa-infra/services/soaFusionOrderDemo/OrderSDOComposite!1.0/StoreFrontService
    [echo] Replacing soa server and wls server information
    [echo] -SOA: RZV-PC 8001
    [echo] Replacing communication style, eventbased? true
    [echo] Replacing soa partition name with soaFusionOrderDemo
    [echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
    init:
    compile:
    create-war:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
    create-ear:
    [echo] global: true > ejb: ${use.ejb} jsca: true
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
    clean:
    [echo] Cleaning up external partner supplier ejb project ../classes/../deploy
    [delete] Deleting: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
    init:
    copy:
    [copy] Copying 5 files to C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
    compile:
    [javac] Compiling 6 source files to C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
    [javac] Note: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\src\com\otn\sample\fod\soa\externalps\test\EpsSessionEJBClient.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    create-ejb-ear:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
    init:
    copy:
    compile:
    create-jsca-ear:
    [mkdir] Created dir: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
    [copy] Copying 1 file to C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
    [echo] ../classes/meta-inf/
    [jar] Building jar: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib\ExternalPartnerSupplierScaModule.jar
    [jar] Building MANIFEST-only jar: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\empty.jar
    [ear] Building ear: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
    compile-deploy-all:
    [echo] Deploying SOA Fusion Order Demo ..
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
    deploy-application:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Middleware\JDEV\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Middleware\JDEV\jdeveloper\
    deploy-jsca-library:
    [wldeploy] weblogic.Deployer -remote -noexit -name weblogic-sca -source D:\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war -targets soa_server1 -adminurl t3://RZV-PC:7001 -user weblogic -password ******** -deploy -library
    [wldeploy] weblogic.Deployer invoked with options: -remote -noexit -name weblogic-sca -source D:\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war -targets soa_server1 -adminurl t3://RZV-PC:7001 -user weblogic -deploy -library
    [wldeploy] <Jun 5, 2011 1:53:36 PM GMT+02:00> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, weblogic-sca [archive: D:\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war], to soa_server1 .>
    [wldeploy] weblogic.Deployer -remote -upload -noexit -name ExternalPartnerSupplierEjb -source C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets soa_server1 -adminurl t3://RZV-PC:7001 -user weblogic -password ******** -deploy
    [wldeploy] weblogic.Deployer invoked with options: -remote -upload -noexit -name ExternalPartnerSupplierEjb -source C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets soa_server1 -adminurl t3://RZV-PC:7001 -user weblogic -deploy
    [wldeploy] <Jun 5, 2011 1:53:38 PM GMT+02:00> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, ExternalPartnerSupplierEjb [archive: C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear], to soa_server1 .>
    [wldeploy] Task 5 initiated: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on soa_server1.
    [wldeploy] Task 5 failed: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on soa_server1.
    [wldeploy] Target state: deploy failed on Server soa_server1
    [wldeploy] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: weblogic-sca, exact-match: false].
    [wldeploy]
    [wldeploy]
    BUILD FAILED
    C:\fod\CompositeServices\bin\build.xml:172: The following error occurred while executing this line:
    C:\fod\CompositeServices\ExternalLegacyPartnerSupplierEjb\bin\build.xml:169: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 5 failed: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on soa_server1.
    Target state: deploy failed on Server soa_server1
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: weblogic-sca, exact-match: false].
    Total time: 1 minute 8 seconds

  • Purchase Order print output - Company Name changed

    Hi experts,
    My plant name is changed  I want the new name to appear at the bottom of the Purchase Order above Authorized signatory field.
    Please suggest how to do.
    Regards,
    ( Rajneesh Gulati )

    hi,
    I agree with Jurgen's point ...But the street adress uneditable
    Go into SPRO-> Enterprise structure -> Definition -> Logistics-genaral -> Define copy, delete, check plant
    Inside this if you jus wanna change the name then you can go into the details of the plant and edit...but wanna change the address then need to copy the existing plant and make your own new plant...
    Or may try with ABAPer...
    Regards
    Priyanka.P
    AWARD IF HELPFULL

  • Using TreeSet, how to list in ascending order....

    hi i need to use TreeSet class
    and i need to list the list of books in order of ISBN number
    and also in order of author..
    both in ascending order..
    ivebeen thinking for long long time but..can't figure it out..
    please help me guys thanks

    The Java� Tutorial - Object Ordering
    Making Java Objects Comparable

  • Export settings for DVD authoring playing in Canada from Europe.

    I have edited a wedding which is 720p in 50fps.
    What should be done in order to author a DVD in Adobe Encore and sending it to Canada in order to play correctly in a DVD player there?
    Should i edit in 720p, 50fps and export to 720p 30fps?
    Please, i need some quick and correct answer!
    thank you all, in advance

    I have edited a wedding which is 720p in 50fps.
    What should be done in order to author a DVD in Adobe Encore and sending it to Canada in order to play correctly in a DVD player there?
    Should i edit in 720p, 50fps and export to 720p 30fps?
    Please, i need some quick and correct answer!
    thank you all, in advance

  • Client wants to block the order if customer's credit Limits exceeds.

    Dear All,
    Client wants to block the order if customer's credit Limits exceeds. But Sales order no. is to be generated.Later on that blocked order is to be released by Authority.
    I did all the configurations. Order is blocked if the customer credits exceeds, but order no is not get generated. Without order no, Authority can not release.
    Kindly guide me where i have gone wrong.
    Awaiting for your quick reply
    Regards,
    umapathy

    HI,
    Please do not put a credit block in the Credit Management settings. Instead check in the CMR and the VOV8 sales order setting. Also if possible maintain an incompletion procedure wherein SO number would created but the document would be blocked for delivery creation.
    Usually the SO would be released using v.23 by the proper authority,that should work fine and would not hamper SO creation process.
    Thanks
    Reward points if helpful

  • How to create a report using XML data source from Crystal Report Designer

    Hi,
    Iu2019m having Crystal Report Designer XI R2 SP4. Iu2019m trying to create a report using XML data source stored on disk. This is a customer order report and the xml is structured in such a way that it has an order details header part (master) and then it has several order lines (detail). One order line can have several order line characteristics (detail-detail). So what I need to know is now I can design this layout from the designer. If this was done using views I can do it with sub-reports but using xml data this seems to be different. Can you help me to design this layout? I have included the xml and xsd as well.
    Thank you in advance.
    Regards,
    Chanaka
    XML
    <?xml version="1.0" encoding="UTF-8"?>
    <CUSTOMER_ORDER_CONF_REP_REQUEST xmlns:xsi="http://www.w3.org/2001/XMLSchema" xmlns="urn:ifsworld-com:customer_order_conf_rep">
        <CUSTOMER_ORDER_CONF_REP>
            <ORDER_NO>D555809</ORDER_NO>
            <PRINTED_DATE>2009-03-26T08:52:54</PRINTED_DATE>
            <AUTHORIZE_NAME>Chanaka</AUTHORIZE_NAME>
            <CUSTOMER_NO>CU-1473-INV</CUSTOMER_NO>
            <CUST_NAME>Mr.Johan Matts</CUST_NAME>
            <SHIP_ADDR_1>93,Main Street</SHIP_ADDR_1>
            <SHIP_ADDR_2>Negambo Road</SHIP_ADDR_2>
            <SHIP_ADDR_3>Watthala</SHIP_ADDR_3>
            <SHIP_ADDR_4>SRI LANKA</SHIP_ADDR_4>
            <BILL_ADDR_1>93,Main Street</BILL_ADDR_1>
            <BILL_ADDR_2>Negambo Road</BILL_ADDR_2>
            <BILL_ADDR_3>Watthala</BILL_ADDR_3>
            <BILL_ADDR_4>SRI LANKA</BILL_ADDR_4>
            <CUSTOMER_PO_NO>112984638</CUSTOMER_PO_NO>
            <CUSTOMER_FAX>112984639</CUSTOMER_FAX>
            <CUSTOMER_EMAIL>abcbababab</CUSTOMER_EMAIL>
            <ORDER_LINES>
                <ORDER_LINE>
                    <LINE_NO>1</LINE_NO>
                    <CUSTOMER_PART_NO>NW-IP11</CUSTOMER_PART_NO>
                    <CUSTOMER_PART_DESC>iPod</CUSTOMER_PART_DESC>
                    <SALE_UNIT_PRICE>1200</SALE_UNIT_PRICE>
                    <PRICE_TOTAL>1200</PRICE_TOTAL>
                    <DISCOUNT>0</DISCOUNT>
                    <PRICE_QTY>1</PRICE_QTY>
                    <ORDER_LINE_CHARACTERSTICS>
                        <CHARACTERISTIC_ITEM>
                            <CHARACTERISTIC_ID xsi:nil="1"/>
                            <CHARACTERISTIC_VALUE xsi:nil="1"/>
                        </CHARACTERISTIC_ITEM>
                    </ORDER_LINE_CHARACTERSTICS>
                </ORDER_LINE>
                <ORDER_LINE>
                    <LINE_NO>2</LINE_NO>
                    <CUSTOMER_PART_NO>NW-IP24</CUSTOMER_PART_NO>
                    <CUSTOMER_PART_DESC>XGA Projector</CUSTOMER_PART_DESC>
                    <SALE_UNIT_PRICE>500</SALE_UNIT_PRICE>
                    <PRICE_TOTAL>1500</PRICE_TOTAL>
                    <DISCOUNT>0</DISCOUNT>
                    <PRICE_QTY>3</PRICE_QTY>
                    <ORDER_LINE_CHARACTERSTICS>
                        <CHARACTERISTIC_ITEM>
                            <CHARACTERISTIC_ID>1</CHARACTERISTIC_ID>
                            <CHARACTERISTIC_VALUE>Free Instalation</CHARACTERISTIC_VALUE>
                        </CHARACTERISTIC_ITEM>
                    </ORDER_LINE_CHARACTERSTICS>
                </ORDER_LINE>
                <ORDER_LINE>
                    <LINE_NO>3</LINE_NO>
                    <CUSTOMER_PART_NO>NW-IP02</CUSTOMER_PART_NO>
                    <CUSTOMER_PART_DESC>Sony DVD Player</CUSTOMER_PART_DESC>
                    <SALE_UNIT_PRICE>1000</SALE_UNIT_PRICE>
                    <PRICE_TOTAL>1000</PRICE_TOTAL>
                    <DISCOUNT>0</DISCOUNT>
                    <PRICE_QTY>1</PRICE_QTY>
                    <ORDER_LINE_CHARACTERSTICS>
                        <CHARACTERISTIC_ITEM>
                            <CHARACTERISTIC_ID>1</CHARACTERISTIC_ID>
                            <CHARACTERISTIC_VALUE>Free 5 DVDs</CHARACTERISTIC_VALUE>
                        </CHARACTERISTIC_ITEM>
                    </ORDER_LINE_CHARACTERSTICS>
                </ORDER_LINE>
                <ORDER_LINE>
                    <LINE_NO>4</LINE_NO>
                    <CUSTOMER_PART_NO>NW-IP99</CUSTOMER_PART_NO>
                    <CUSTOMER_PART_DESC>Flatscreen TV</CUSTOMER_PART_DESC>
                    <SALE_UNIT_PRICE>1500</SALE_UNIT_PRICE>
                    <PRICE_TOTAL>1350</PRICE_TOTAL>
                    <DISCOUNT>10</DISCOUNT>
                    <PRICE_QTY>1</PRICE_QTY>
                    <ORDER_LINE_CHARACTERSTICS>
                        <CHARACTERISTIC_ITEM>
                            <CHARACTERISTIC_ID>1</CHARACTERISTIC_ID>
                            <CHARACTERISTIC_VALUE>Free Delivery</CHARACTERISTIC_VALUE>
                        </CHARACTERISTIC_ITEM>
                        <CHARACTERISTIC_ITEM>
                            <CHARACTERISTIC_ID>2</CHARACTERISTIC_ID>
                            <CHARACTERISTIC_VALUE>1 year additional warranty</CHARACTERISTIC_VALUE>
                        </CHARACTERISTIC_ITEM>
                    </ORDER_LINE_CHARACTERSTICS>
                </ORDER_LINE>
                <ORDER_LINE>
                    <LINE_NO>5</LINE_NO>
                    <CUSTOMER_PART_NO>NW-IP56</CUSTOMER_PART_NO>
                    <CUSTOMER_PART_DESC>Sony MP3 Player</CUSTOMER_PART_DESC>
                    <SALE_UNIT_PRICE>200</SALE_UNIT_PRICE>
                    <PRICE_TOTAL>400</PRICE_TOTAL>
                    <DISCOUNT>0</DISCOUNT>
                    <PRICE_QTY>2</PRICE_QTY>
                    <ORDER_LINE_CHARACTERSTICS>
                        <CHARACTERISTIC_ITEM>
                            <CHARACTERISTIC_ID>1</CHARACTERISTIC_ID>
                            <CHARACTERISTIC_VALUE>Free carry belt</CHARACTERISTIC_VALUE>
                        </CHARACTERISTIC_ITEM>
                        <CHARACTERISTIC_ITEM>
                            <CHARACTERISTIC_ID>2</CHARACTERISTIC_ID>
                            <CHARACTERISTIC_VALUE>Free promotional 4GB memory bar</CHARACTERISTIC_VALUE>
                        </CHARACTERISTIC_ITEM>
                        <CHARACTERISTIC_ITEM>
                            <CHARACTERISTIC_ID>3</CHARACTERISTIC_ID>
                            <CHARACTERISTIC_VALUE>No warranty on memory bar</CHARACTERISTIC_VALUE>
                        </CHARACTERISTIC_ITEM>
                    </ORDER_LINE_CHARACTERSTICS>
                </ORDER_LINE>
            </ORDER_LINES>
        </CUSTOMER_ORDER_CONF_REP>
    </CUSTOMER_ORDER_CONF_REP_REQUEST>
    XSD
    <?xml version="1.0" encoding="UTF-8"?>
    <?report  module="ORDER" package="CUSTOMER_ORDER_CONF_REP" ?>
    <xs:schema targetNamespace="urn:ifsworld-com:customer_order_conf_rep" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="urn:ifsworld-com:customer_order_conf_rep" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:element name="CUSTOMER_ORDER_CONF_REP_REQUEST">
    <xs:complexType>
    <xs:all minOccurs="1" maxOccurs="1">
    <xs:element name="CUSTOMER_ORDER_CONF_REP">
    <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="50">
    <xs:element name="ORDER_NO" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="PRINTED_DATE" type="xs:dateTime" nillable="true" minOccurs="0"/>
    <xs:element name="AUTHORIZE_NAME" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="CUSTOMER_NO" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="CUSTOMER_PO_NO" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="CUST_NAME" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="SHIP_ADDR_1" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="SHIP_ADDR_2" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="SHIP_ADDR_3" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="SHIP_ADDR_4" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="BILL_ADDR_1" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="BILL_ADDR_2" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="BILL_ADDR_3" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="BILL_ADDR_4" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="CUSTOMER_FAX" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="CUSTOMER_EMAIL" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="ORDER_LINES" nillable="true" minOccurs="0">
    <xs:complexType>
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
    <xs:element name="ORDER_LINE">
    <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="39">
    <xs:element name="LINE_NO" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="SALE_UNIT_PRICE" type="xs:float" nillable="true" minOccurs="0"/>
    <xs:element name="PRICE_TOTAL" type="xs:float" nillable="true" minOccurs="0"/>
    <xs:element name="DISCOUNT" type="xs:float" nillable="true" minOccurs="0"/>
    <xs:element name="PRICE_QTY" type="xs:float" nillable="true" minOccurs="0"/>
    <xs:element name="CUSTOMER_PART_NO" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="4000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="CUSTOMER_PART_DESC" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="4000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="ORDER_LINE_CHARACTERSTICS" nillable="true" minOccurs="0">
    <xs:complexType>
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
    <xs:element name="CHARACTERISTIC_ITEM">
    <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="6">
    <xs:element name="CHARACTERISTIC_ID" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    <xs:element name="CHARACTERISTIC_VALUE" nillable="true" minOccurs="0">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    </xs:choice>
    </xs:complexType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:choice>
    </xs:complexType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:choice>
    </xs:complexType>
    </xs:element>
    </xs:all>
    </xs:complexType>
    </xs:element>
    </xs:schema>

    Hi Sourashree,
    Thank you for the response and ideas you have given me so far. I can get the fetch the data from the data source without any problem. That is I do the following,
    1.     New Report
    2.     From Create New Connection-> XML
    3.     Provide the u201CLocal XML Fileu201D and have u201CSpecify Schema Fileu201D checked -> Next
    4.     Provide the u201CLocal Schema Fileu201D  -> Finish
    Then I can see the following under XML
    + CUSTOMER_ORDER_CONF_REP_REQUEST
            CUSTOMER_ORDER_CONF_REP_REQUEST
         CUSTOMER_ORDER_CONF_REP_REQUEST/CUSTOMER_ORDER_CONF_REP
         CUSTOMER_ORDER_CONF_REP_REQUEST/ CUSTOMER_ORDER_CONF_REP/ORDER_LINES
         CUSTOMER_ORDER_CONF_REP_REQUEST/ CUSTOMER_ORDER_CONF_REP/ORDER_LINES/ORDER_LINE
         CUSTOMER_ORDER_CONF_REP_REQUEST/ CUSTOMER_ORDER_CONF_REP/ORDER_LINES/ORDER_LINE/ORDER_LINE_CHARACTERSTICS
         CUSTOMER_ORDER_CONF_REP_REQUEST/ CUSTOMER_ORDER_CONF_REP/ORDER_LINES/ORDER_LINE/ORDER_LINE_CHARACTERSTICS/CHARACTERSTIC_ITEM
    And from here if I add the following three I can get all the fields I need to the report
         CUSTOMER_ORDER_CONF_REP_REQUEST/CUSTOMER_ORDER_CONF_REP
         CUSTOMER_ORDER_CONF_REP_REQUEST/ CUSTOMER_ORDER_CONF_REP/ORDER_LINES/ORDER_LINE
         CUSTOMER_ORDER_CONF_REP_REQUEST/ CUSTOMER_ORDER_CONF_REP/ORDER_LINES/ORDER_LINE/ORDER_LINE_CHARACTERSTICS/CHARACTERSTIC_ITEM
    Then I come to the Linking section. Here I canu2019t link anything. There is a common field called u201CInternal_IDu201D but I canu2019t link using it. So I get a message when I click Next. From here I add all the fields.
    For this point onwards only I need help. How do I group, add fields and design the layout so I can get an report output as follows.
    Date
    Order number                                   Authorized code
    Customer No
    Name
    Phone
    Fax email
    Shipping address 1                              Billing Address 1
    Shipping address 2                              Billing Address 2
    Shipping address 3                              Billing Address 3
    Shipping address 4                              Billing Address 4
    Order Line 1 detailsu2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026                      LINE_NO     CUSTOMER_PART_NO          CUSTOMER_PART_DESC     SALE_UNIT_PRICE     PRICE_QTY     DISCOUNT     PRICE_TOTAL
    Characteristic details belonging to Order line 1       CHARACTERISTIC_ID 1  CHARACTERISTIC_VALUE1
                                           CHARACTERISTIC_ID 2  CHARACTERISTIC_VALUE2
                                           CHARACTERISTIC_ID 3  CHARACTERISTIC_VALUE3
    Order Line 2 detailsu2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026
    Characteristic details belonging to Order line 2
    Order Line 3 detailsu2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026
    Characteristic details belonging to Order line 3
    Order Line 4 detailsu2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026
    Characteristic details belonging to Order line 4
    Order Line 5 detailsu2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026
    Characteristic details belonging to Order line 5
    How can I achieve this kind of a layout using the give xml and xsd? Should I use grouping if so how should I do the grouping?
    I have included the full xml and xsd in the first mail I posted but I canu2019t see it now. I can include that again if you want.
    Regards,
    Chanaka

  • Why exchange rate is not displayed correctly when I create the PO in SRM?

    Hi Gurus,
    Yesterday I insert a new row at OB08 tx. at backend system (R/3) for exchange rate of May 17,2010, the value was 10.00. Then I run the BBP_GET_EXRATE program to replicate the info to SRM.
    But when I created a purchase order (PO) the value was 12.24 for exchange rate (this value 12.24 is the value for the previous day May 16, 2010).
    Today morning (May 18, 2010), I inserted another row at R/3 and replicated to SRM, the new value for May 18 was 11. I create another PO and the value was 10 for exchange rate (the value for yesterday).
    But when the PO is transmitted to R/3, the exchange rate is the correct.
    My question is: Why exchange rate is not displayed correctly when I create the PO in SRM? Exists an aspect of memory in SRM that it has to be refreshed? Why SRM is getting the exchange rate for yesterday? Is an issue for time zone?

    Hi Muthu,
    I'm in Extended classic.
    I already discovered what is happening. At the time of being creating the purchase order (PO), it takes the exchange rate of the delivery date of the shopping cart (SC). But when the order is authorized and tries to transmit it to R/3, it takes the exchange rate of the date of creation of the PO.
    Two checks of budget exist:
    1.- When creating PO (exchange rate date of delivery date of the SC's item)
    2.- When authorized and tries to transmit it to R/3 (exchange rate date of creation date of the PO)
    If exchange rate of delivery date of the SC is lower than exchange rate date of creation of the PO, there are cases in which it is marking budget error.
    Now my question is: It is a standard behavior? (to take different exchange rate)

  • Help on KO22 - BDC Update - Very Urgent

    Dear Gurues,
    Im writing a program for mass update the Budget Price in Transaction Code KO22 using a BDC.
    I have complete my codings but,when i execute in foreground i found that the amount is not updated in the field.I belived is something wrong with my codings which i dont know how to solve it.
    Can anyone review my BDC codes and let me know whats wrong with my code. Im only having problem in updating BPDY-WERT1(01) field. ( Which is Amount Field ).
    Below is my codes for BDC :-
        LOOP AT ITAB_BDC.
              perform bdc_dynpro      using 'SAPMKBUD' '0300'.
              perform bdc_field       using 'BDC_OKCODE'
                                            '/EEOKS'.
              perform bdc_field       using 'BDC_CURSOR'
                                            'CODIA-AUFNR'.
              perform bdc_field       using 'BDC_CURSOR'
                                            'SVALD-VALUE(01)'.
              perform bdc_field       using 'BDC_OKCODE'
                                            '=FURT'.
              perform bdc_field       using 'SVALD-VALUE(01)'
                                             p_kokrs.
              perform bdc_dynpro      using 'SAPMKBUD' '0300'.
              perform bdc_field       using 'BDC_CURSOR'
                                            'CODIA-AUFNR'.
              perform bdc_field       using 'BDC_OKCODE'
                                            '/00'.
              perform bdc_field       using 'CODIA-AUFNR'
                                             ITAB_BDC-order.
                                           'E11101000100'.
              perform bdc_dynpro      using 'SAPLKBPP' '0320'.
              perform bdc_field       using 'BDC_CURSOR'
                                            'BPDY-WERT1(01)'.
              perform bdc_field       using 'BDC_OKCODE'
                                            '=POST'.
              perform bdc_field       using 'DROPT-PTIME'
                                            '1'.
              perform bdc_field       using 'BPDY-WERT1(01)'
                                            ITAB_BDC-amt.
                                    '               110.00'.
              perform bdc_transaction using 'KO22'.
          PERFORM BDC_REPORT.
        ENDLOOP.

    Hi Gurues,
    Thanks for your reply,But im not able to get the value in the amount field.When debug i saw the value.But somehow when execute the bdc in sm35 in foreground, im not able to see the amount value.
    Below is my detail codes :- pls advise if i have coded anything wrong ...
    REPORT zfilbi082 NO STANDARD PAGE HEADING LINE-SIZE 255.
      Program name : ZFILBI080
      ERN          : 050001702
      Title        : MASS UPLOAD INTERNAL ORDER BUDGETTING
      Purpose      : MASS UPLOAD INTERNAL ORDER BUDGETTING
      Author       : VASANTHAN KRISHNAN
      Date         : 07 OCT 2005
      Amendment                                                          *
      Date        Who        ERN      Description                        *
    Tables: coas.
    DATA:
      BEGIN OF ITAB_BDC OCCURS 0,
        order(14),
        amt(12),
      END OF ITAB_BDC.
    data L_amount(12) type c.
    Declaration **************************
    DATA: BDCDATA LIKE BDCDATA OCCURS 0 WITH HEADER LINE,
          NO TYPE I.
    Screen Selection **********************
    11/02/2003 IPC ENHANCEMENT STARTS ERN 090000577 **
    SELECTION-SCREEN BEGIN OF BLOCK bl3 WITH FRAME TITLE text-002.
    PARAMETERS :P_kokrs LIKE coas-kokrs DEFAULT 'HCPM' OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK bl3.
    11/02/2003 IPC ENHANCEMENT ENDS   ERN 090000577 **
    SELECTION-SCREEN BEGIN OF BLOCK bl2 WITH FRAME TITLE text-001.
    PARAMETERS :P_INPUT LIKE RLGRAP-FILENAME DEFAULT 'C:\io07102005.txt'.
    SELECTION-SCREEN END OF BLOCK bl2.
    SELECTION-SCREEN BEGIN OF BLOCK bl1
    WITH FRAME TITLE TEXT-002.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN END OF LINE.
    PARAMETERS SESSION(12) DEFAULT 'IOBUDGET'.
    PARAMETERS USER(12) DEFAULT SY-UNAME.
    SELECTION-SCREEN END OF BLOCK bl1.
    SELECTION-SCREEN BEGIN OF BLOCK bl0 WITH FRAME TITLE text-003.
    PARAMETER: p_test AS CHECKBOX DEFAULT 'X'.
    PARAMETERS KEEP AS CHECKBOX DEFAULT 'X'.
    SELECTION-SCREEN END OF BLOCK bl0.
    *******Start Of Selection ***********
    START-OF-SELECTION.
      CLEAR NO.
      PERFORM UPLOAD.
      PERFORM PROCESS.
    *&      Form  process
          text
    -->  p1        text
    <--  p2        text
    FORM PROCESS.
      IF P_TEST <> 'X'.
        PERFORM OPEN_GROUP.
        data :date(10) type c,
              date1(10) type c.
        LOOP AT ITAB_BDC.
        l_amount = ITAB_BDC-amt.
              perform bdc_dynpro      using 'SAPMKBUD' '0300'.
              perform bdc_field       using 'BDC_OKCODE'
                                            '/EEOKS'.
              perform bdc_field       using 'BDC_CURSOR'
                                            'CODIA-AUFNR'.
              perform bdc_field       using 'BDC_CURSOR'
                                            'SVALD-VALUE(01)'.
              perform bdc_field       using 'BDC_OKCODE'
                                            '=FURT'.
              perform bdc_field       using 'SVALD-VALUE(01)'
                                             p_kokrs.
              perform bdc_dynpro      using 'SAPMKBUD' '0300'.
              perform bdc_field       using 'BDC_CURSOR'
                                            'CODIA-AUFNR'.
              perform bdc_field       using 'BDC_OKCODE'
                                            '/00'.
              perform bdc_field       using 'CODIA-AUFNR'
                                             ITAB_BDC-order.
                                           'E11101000100'.
              perform bdc_dynpro      using 'SAPLKBPP' '0320'.
              perform bdc_field       using 'BDC_CURSOR'
                                            'BPDY-WERT1(01)'.
              perform bdc_field       using 'BDC_OKCODE'
                                            '=POST'.
              perform bdc_field       using 'DROPT-PTIME'
                                            '1'.
              perform bdc_field       using 'BPDY-WERT1(01)'
                                             l_amount.
                                            ITAB_BDC-amt.
                                    '               110.00'.
              perform bdc_transaction using 'KO22'.
          PERFORM BDC_REPORT.
        ENDLOOP.
        PERFORM CLOSE_GROUP.
      ELSE.
        WRITE:/'NO BATCH PROCESS UPDATES' COLOR COL_HEADING.
        WRITE:/ 'NO Of Internal Order BUdget' COLOR COL_HEADING.
        LOOP AT ITAB_BDC.
          PERFORM BDC_REPORT.
        ENDLOOP.
      ENDIF.
    ENDFORM.
    *&      Form  popup
          text
    -->  p1        text
    <--  p2        text
    FORM POPUP CHANGING E_PFILE LIKE RLGRAP-FILENAME.
      DATA LD_PFILE LIKE RLGRAP-FILENAME.
      CALL FUNCTION 'WS_FILENAME_GET'
           EXPORTING
               def_filename     = ''
                DEF_PATH         = 'C:\io.TXT'
                MASK             = ',.txt,.txt,.,..'
                MODE             = 'O'
                TITLE            = TEXT-T01
           IMPORTING
                FILENAME         = LD_PFILE
           EXCEPTIONS
                INV_WINSYS       = 1
                NO_BATCH         = 2
                SELECTION_CANCEL = 3
                SELECTION_ERROR  = 4
                OTHERS           = 5.
      CHECK SY-SUBRC EQ 0.
      E_PFILE = LD_PFILE.
    ENDFORM.
    *&      Form  upload
          text
    -->  p1        text
    <--  p2        text
    FORM UPLOAD.
      CALL FUNCTION 'WS_UPLOAD'
           EXPORTING
                FILENAME                = P_INPUT
                FILETYPE                = 'DAT'
           TABLES
                DATA_TAB                = ITAB_BDC
           EXCEPTIONS
                CONVERSION_ERROR        = 1
                FILE_OPEN_ERROR         = 2
                FILE_READ_ERROR         = 3
                INVALID_TYPE            = 4
                NO_BATCH                = 5
                UNKNOWN_ERROR           = 6
                INVALID_TABLE_WIDTH     = 7
                GUI_REFUSE_FILETRANSFER = 8
                CUSTOMER_ERROR          = 9
                OTHERS                  = 10.
      iF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      EXCEPTIONS
        FILE_OPEN_ERROR               = 1
        FILE_READ_ERROR               = 2
        UNKNOWN_ERROR                 = 3
        CUSTOMER_ERROR                = 4
        OTHERS                        = 5.
    ENDFORM.
    *&      Form  OPEN_GROUP
          text
    -->  p1        text
    <--  p2        text
      create batchinput session                                          *
      (not for call transaction using...)                                *
    FORM OPEN_GROUP.
      IF SESSION EQ SPACE.
        MESSAGE e010(ad) WITH 'Create BDC session failed'.
      ELSE.
        SKIP.
        WRITE: /(20) 'Create group'(I01), SESSION.
        SKIP.
      open batchinput group
        CALL FUNCTION 'BDC_OPEN_GROUP'
             EXPORTING
                  CLIENT = SY-MANDT
                  GROUP  = SESSION
                  USER   = USER
                  KEEP   = KEEP.
                       HOLDDATE = HOLDDATE.
        WRITE: /(30) 'BDC_OPEN_GROUP'(I02),
                (12) 'returncode:'(I05),
                     SY-SUBRC.
      ENDIF.
    ENDFORM.
    *&      Form  CLOSE_GROUP
          text
    -->  p1        text
    <--  p2        text
      end batchinput session                                             *
      (call transaction using...: error session)                         *
    FORM CLOSE_GROUP.
    close batchinput group
      CALL FUNCTION 'BDC_CLOSE_GROUP'.
      WRITE: /(30) 'BDC_CLOSE_GROUP'(I04),
              (12) 'returncode:'(I05),
                   SY-SUBRC.
    ENDFORM.
    *&      Form  BDC_TRANSACTION
          text
    -->  p1        text
    <--  p2        text
           Start new transaction according to parameters                 *
    FORM BDC_TRANSACTION USING TCODE.
    batch input session
      IF SESSION EQ SPACE.
        MESSAGE e010(ad) WITH 'Create BDC session failed'.
      ELSE.
        CALL FUNCTION 'BDC_INSERT'
             EXPORTING
                  TCODE     = TCODE
             TABLES
                  DYNPROTAB = BDCDATA.
      ENDIF.
      REFRESH BDCDATA.
    ENDFORM.
    *&      Form  BDC_DYNPRO
          text
    -->  p1        text
    <--  p2        text
           Start new screen                                              *
    FORM BDC_DYNPRO USING PROGRAM DYNPRO.
      CLEAR BDCDATA.
      BDCDATA-PROGRAM  = PROGRAM.
      BDCDATA-DYNPRO   = DYNPRO.
      BDCDATA-DYNBEGIN = 'X'.
      APPEND BDCDATA.
    ENDFORM.
    *&      Form  BDC_FIELD
          text
    -->  p1        text
    <--  p2        text
           Insert field                                                  *
    FORM BDC_FIELD USING FNAM FVAL.
      CLEAR BDCDATA.
      BDCDATA-FNAM = FNAM.
      BDCDATA-FVAL = FVAL.
      APPEND BDCDATA.
    ENDFORM.
    *&      Form  BDC_REPORT
          text
    -->  p1        text
    <--  p2        text
           REPORT
    WRITE:/ 'NO Of Internal Order Budget for Controlling Area',
             '(',P_kokrs,')'.
          FORM BDC_REPORT                                               *
    FORM BDC_REPORT.
      NO = NO + 1.
      WRITE:/ NO,
              p_kokrs(4),
              ITAB_BDC-order(12),
              ITAB_BDC-AMT(10).
    ENDFORM.

  • G60-audio drives won't install

    have tried to install drivers for audio on  G60-519wm they won't install any help. running win 7 home premium 32 bit
    3 gb ram

    Hi Stu
    The original recovery media can be ordered by authorized Toshiba service partner in your country. If you want to find out more contact them. Addresses you can find under http://www.csd.toshiba.com/cgi-bin/tais/su/su_gaspLocator.jsp?pf=true
    By usage of Microsoft full version installations CD you can download all necessary drivers, tools and utilities from Toshiba download site. There are no download limits and all stuff on download page is for everyone.
    Toshiba policy is that you buy unit and OS with valid license. Toshiba dont force nobody to use just delivered OS. You can do what you want and install your favorite OS (if delivered with Home you can install Pro version). Because of that all drivers are on download page.

  • Customer Hierarchy and Contract

    Hi Friends,
    I have a requirement - where my client has a customer who is globally located .....every year the Customer Head office gives a contract to my client and the contract is valid across his offices located globally...say one office in UK,one in US,one in Australia.....Referring to the same contracts orders have to be created for the UK ,US customer like wise.
    And every time a slaes order is created based on the order from the UK/US customers the qty has to get decreased from the same contract.
    Pl share some idea on how to go with this.
    Cheers
    Ivy

    Hi,
    As per info. given in the question,There are two levels in Customer's org as far as
    Global Head quarter of customer  is SP for Contract and it's country branches are  SH
    or
    Global Head quarter of customer  is SP for Contract and it's country branches are  SP for release order.
    [Authorized partners to release the contract|http://help.sap.com/saphelp_erp60_sp/helpdata/en/dd/55fdbb545a11d1a7020000e829fd11/content.htm]
    Depending on the scenario you can configure.
    In T-code V0V8 you need to select appropriate partner authorization rule in contract section of contract doc.type.
    You need to define partner determination procedure for contract.-In customizing  Sales-Basic function-Partner determination-set up partner determination.
    You need to maintain customer hierarchy master data.V-12
    Thanks,
    Vrajesh

  • Payment Card in SD - Unable to unpack to reduce quantity on delivery

    Hi,
    We are implementing the payment card functionality and has the below issue.
    Say the order is authorized for $ 1, and it is going to authorize at the delivery stage. Say the order is for 100 and the allocation was done for 100 PCS.
    The delivery needs to be reduced to 50 pcs, but it is not allowing because there is insufficient authorization. To reduce the delivery quantity, the packing needs to be unpacked and its not allowed, because of insufficient auth, and it gives a messages that subsequent functions are not allowed,
    We are trying to do a user exit to get the delivery amount and authorize that amount instead of the total value of the sales order.
    However how can i unpack the HU's to reduce the quantity on the delivery?
    Thanks & Regards,
    Keshini

    Hi,
    Merging of Order, delivery and billing information is not so easy.
    In ECC we have a new datasource for Open order quntity against delivery available check those datasources once may be useful.
    [Extraction SD Sales: Order Delivery|http://help.sap.com/saphelp_nw04/helpdata/en/21/ca6d07d5b807459ec8957dad97c179/frameset.htm]
    --> This datasouce provides information regarding order qty, delivered qty and status. But no billing related information available.
    --> Pull billing information into a separate datasource and merge using sales doc no (with reference doc no in billing). to get billing related info.
    --> Multiple orders can be billed together, so distribution may not be correct. check ...
    Hope it helps
    Srini

  • OAS 10G WAR file deployment error (Errors in named queries)

    Hi again,
    I setup a 10G 10.1.3.1 Application Server and tried deploying my WAR file. In tomcat the WAR file deployment works fine. however in OAS I get this error and currently I'm clueless as to what causes the error.
    [Oct 24, 2007 6:03:37 PM] Operation failed with error: Error creating bean with name 'entityManagerFactory' defined in ServletContext resource [WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: org.hibernate.HibernateException: Errors in named queries: Book_List_By_RegisterDate ... (other named queries)
    My ApplicationContext.xml file contains this
    <bean id="entityManagerFactory"
    class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
    <property name="persistenceUnitManager" ref="persistenceUnitManager" />
    <property name="persistenceUnitName" value="BookStudy" />
    <property name="dataSource" ref="dataSource" />
    <property name="jpaVendorAdapter">
    <bean
    class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter">
    <property name="database" value="ORACLE" />
    <property name="showSql" value="true" />
    </bean>
    </property>
    </bean>
    And a sample named query in the hbm.xml file is this
    <query name="Book_List_By_RegisterDate">
              from BookData
              where to_char(regdate, 'MM/dd/yyyy') = to_char(:regdate, 'MM/dd/yyyy')
              order by Author.author_name desc, bookname desc
    </query>
    Thanks,

    Uncomment, or add, the following line in your application's orion-web.xml file:
    <web-app-class-loader search-local-classes-first="true" include-war-manifest-class-path="true" />
    See njr28's comments @ http://forum.hibernate.org/viewtopic.php?t=951324&highlight=oc4j

  • Signature Acrobat 8 vs. Acrobat 9

    Hi there, I am  new here and hope you can help me.
    "Sorry my English  isn't good , so I hope you understand my questions"
    When I sign a PDF in Acrobat 8 my signature will be displayed whit a green  hook and a pencil symbol. When I send this pdf to a colleague of mine, and  he/she sig. this pdf, my signature got a new symbol (a hook and a exclamation  mark) an the the second sig. got the green hook and the pencil symbol.
    The sig. notification status from my sig. told me "The revision of the  document that was covered by this signature has not been altered, however, there  have been subsequent changes of this document"     But my signature is still valid.
    When I open this document in Acrobat 9, there is no information about  changes?! All sig. are valid but the symbols (hook&pencil) don't be  displayed.
    Is there a other security settings in Acrobat 8 about Acrobat 9. Is this a  bug or a feature
    Thanx for helping
    SeekApe

    Hi JR,
    Thanks for sending the file.
    The problem is the file doesn’t allow for the addition of a second signature, so when you applied signature #2 it invalidated the first signature. I used the “View Signed Version” feature to create a roll-back copy of the file so it only contains the first signature, and I’ve attached the file. Please open the attached file, then select the File > Properties menu item, and then select the Security tab. Note that Changing the Document is set to “Not Allowed”. Although it’s a bit of a generic term, what it really means you cannot create, modify, or delete items on the PDF layer, and when you added the second form field (the field that contains signature #2) it broke the first signature.
    In order to author the document correctly, you need to add the required form fields before applying security. As an aside, the signature appearance (what you see in the signature form field, which at its heart is just a special use text field) is not part of the PDF layer, but rather part of the annotation layer, so where you see “Signing: Allowed” on the Document Properties dialog it really means you can add the signature appearance to an existing signature field. It doesn’t mean that you can create a new form field, only that you can sign an existing field.
    Steve

Maybe you are looking for