Field selection issue in dev & quality server for PO

Dear All,
I have an issue regarding PO field setting in development and quality server.
Requirement was that PO can not be created without PR (means PR is mandatory) for a particular document type ZDOM.
So i have created new field selection filed by copying NBF field selection and assigned with document type ZDOM.
So when i am testing this scenario in DEV server it is working fine but after transporting to Quality server, it is not working in q system.
Again i reimpoted the same request but still it is not working. So what could be the reason?
Pls refer the attached screen short.

I don't know how your development is working..
I have done the same settings in my development client. But I can still create PO without reference PR.
Then I have tried parameter EFB. Then its working perfect..
Use buyers authorization in OMET..
Check the settings..
Here untick the option W/o Reference..
Then assign the profile to user id in SU3.
Then try to create PO without PR.. You will receive a authorization error...
But the problem is its user level not at client level..
Test and revert back..

Similar Messages

  • Facing Issue while Installing SOA server for setting up BPM11g working environment

    Hi All,
    I have been able to install Database and Weblogic Server but I am facing issue in installing SOA server.
    I am trying to install it for running BPM 11g application.
    I saw the same problem has already been answered but available solutions are not resolving my problem.
    Error Message:Provide the JDK/JRE location while launching the installer.Invoke the setup.exe with -jreLoc<JDK/JRE location absolute path>parameter(s).
    I tried both way for initializing the installation. i.e directly through setup.exe and by command prompt but in both the cases I am getting same error.
    It is not asking for Java path in command prompt also.
    a)In my system java 7 is installed.
    b)I have used Oracle Database 11g instead of XE
    Can this be the reason?
    I checked Program Files:
    jre7 and jdk1.7.0_45 are there.
    I also have set JAVA_HOME in environment variable as C:\Program Files\java\jre7
    path :C:\Program Files\java\jdk1.7.0_45\bin
    Please help me in fixing this as I am stuck in this installation from last few days.
    Thanks!

    Hi Binay,
    You might want to consider instead installing it using JDK 1.6.
    Here's where you can check the Fusion Middleware configurations:  http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
    It's buried in there, but bottom line is that Oracle BPM 11g (PS6) 11.1.1.7 needs JDK 1.6 (for Windows it is either JDK 1.6.0_35 or JRockit 6 Update 37 R28.2.5+) and I'd suggest you use JRockit.
    Dan

  • Issue in creating data server for xml in ODI

    Hi,
    I have a XMl which has a size around 95 MB. When i tried to create data server in ODI for this xml file.
    I encounter below error,
    "oracle.odi.jdbc.datasource.ConnectionTimeoutException: A login timeout occured while connecting to the database
    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:117)
    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
    at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java:1125)
    at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.getLocalConnect(SnpsDialogTestConnet.java:163)
    at com.sunopsis.graphical.dialog.SnpsDialogTestConnet.access$4(SnpsDialogTestConnet.java:159)
    at com.sunopsis.graphical.dialog.SnpsDialogTestConnet$4.doInBackground(SnpsDialogTestConnet.java:520)
    at com.sunopsis.graphical.dialog.SnpsDialogTestConnet$4.doInBackground(SnpsDialogTestConnet.java:1)
    at oracle.odi.ui.framework.AbsUIRunnableTask.run(AbsUIRunnableTask.java:258)
    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:656)
    at java.lang.Thread.run(Thread.java:662)"
    Kindly let me know what should i do for resolving the error.
    Thanks and Regards,
    Ida Jebakirubai S.

    Yes Phil i am able to create a data server for xml files which are of smaller in size(in KB). And i can use the files in the interface as well.
    When i using this large file only i am getting this error.
    Please suggest.
    Thanks and Regards,
    Ida.

  • Different value coming for KBETR for rate(%) in dev & prod server for PO

    Hi,
    PO is printing from ADOBE for where condition is displaying...
    conditon price is to display in PO adobe form. in production filed value KBETR is was displaying 170.00% and in development it was displaying 17.00% in adobe form output. i debugged in development and production server and compared that there are a code line in both server at same line 4923
    CODE IN production"PERFORM %OUTPUT USING 'KBETR' %WORKAREA6-KBETR 'CURR' ' ' 'CONDITIONS-KOEI1' %WORKAREA6-KOEI1 ' '."
    Code in development:"PERFORM %OUTPUT USING 'KBETR' %WORKAREA6-KBETR 'CURR' 'P ' 'CONDITIONS-KOEI1' %WORKAREA6-KOEI1 ' '."
    we can see clearly parameter 'P' is passed in Dev server code but not in prod its space because of this space inside this perform KBETR value is not converte from 170.00 to 17.000.
    after finding problem i tried to change the data type for EBELN field and cheked code in dev after some time then code is not changed.
    but after one day i saw in morning that dev server also starte acting same as prod, means KBETR value is displaying 170.00% then i checked the code once again in dev then i saw: "PERFORM %OUTPUT USING 'KBETR' %WORKAREA6-KBETR 'CURR' ' ' 'CONDITIONS-KOEI1' %WORKAREA6-KOEI1 ' '."
    'P' was deleted and space was coming...
    i tried all possible method to change it even though i deleted field and created once again then also problem was same...
    and one more thing i observed that in activating the ADOBE form and checking the FM generated is same everytime...
    is there any other method to activate or update the code after changing adobe and activating....
    one more thing when i create a copy the adobe form where P is not passed then in copied P is present...
    Please help me in this...

    hi experts
    please help me...

  • Field selection issue

    hi all,
    I would like to know on how/if I can insert a field name into a program source code.
    For Ex: I have the Vendor name(Field name:NAME1) available as selection option in Table:LFA1 whereas I don't have the NAME1 selection option in Table:BSAK
    I see the Company code(Field name:BUKRS) in BSAK which is not available in LFA1.
    My client wants to look at Vendor, Vendor name and Amount paid in a 'Single report' by company code(So, I need Company code as field for selection option). Do I/ABAP'er need to create custom Table for this and Copy the souce code of the program(/1BCDWB/DBBSAK) and have the ABAP'er work on inserting the required field or Do I need to work on preparing a custom report using report painter?.
    Please let me know your suggestions.
    Thanks
    Edited by: sapfan 20062007 on Mar 6, 2008 7:49 PM

    I don't know how your development is working..
    I have done the same settings in my development client. But I can still create PO without reference PR.
    Then I have tried parameter EFB. Then its working perfect..
    Use buyers authorization in OMET..
    Check the settings..
    Here untick the option W/o Reference..
    Then assign the profile to user id in SU3.
    Then try to create PO without PR.. You will receive a authorization error...
    But the problem is its user level not at client level..
    Test and revert back..

  • Issues with starting weblogic server for my domain

    This is part of the adminserver log file:
    ####<Apr 29, 2009 3:47:18 PM EDT> <Critical> <WebLogicServer> <mycomputername> <AdminServer> <main> <<WLS Kernel>> <> <> <1241034438142> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: java.lang.reflect.InvocationTargetException
    java.lang.AssertionError: java.lang.reflect.InvocationTargetException
         at weblogic.descriptor.internal.AbstractDescriptorBean$SecurityService._invokeServiceMethod(AbstractDescriptorBean.java:1011)
         at weblogic.descriptor.internal.AbstractDescriptorBean$SecurityService.decrypt(AbstractDescriptorBean.java:1039)
         at weblogic.descriptor.internal.AbstractDescriptorBean$SecurityService.access$200(AbstractDescriptorBean.java:963)
         at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:960)
    What could the issue be?

    I finally got so frustrated that I uninstall and reinstalled it. I did not import any projects at this time, but created a simple, out-of-the-box domain. Then tried to start the server under that domain, and now I get:
    Invalid table name "USERS" specified at position
    Please find part of log output below (I don't see a place in this forum to attach a file). I've copied the portions out of the log that reference exceptions. I appreciate the help!
    ava.sql.SQLException: Invalid table name "USERS" specified at position 23.
         at com.pointbase.net.netJDBCPrimitives.handleResponse(DashoA13*..:335)
         at com.pointbase.net.netJDBCPrimitives.handleJDBCObjectResponse(DashoA13*..:383)
         at com.pointbase.net.netJDBCConnection.prepareStatement(DashoA13*..:545)
         at weblogic.security.providers.authentication.DBMSSQLReadOnlyDatabaseConnectionImpl.getPreparedStatement(DBMSSQLReadOnlyDatabaseConnectionImpl.java:37)
         at weblogic.security.providers.authentication.shared.DBMSSQLRuntimeQueryImpl.passwordStringQuery(DBMSSQLRuntimeQueryImpl.java:78)
         at weblogic.security.providers.authentication.shared.DBMSSQLRuntimeQueryImpl.executeUserPassword(DBMSSQLRuntimeQueryImpl.java:71)
         at weblogic.security.providers.authentication.shared.DBMSAtnLoginModuleImpl.authenticateDBMS(DBMSAtnLoginModuleImpl.java:666)
         at weblogic.security.providers.authentication.shared.DBMSAtnLoginModuleImpl.login(DBMSAtnLoginModuleImpl.java:270)
         at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
         at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
         at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
         at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
         at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:91)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:61)
         at $Proxy17.login(Unknown Source)
         at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)
         at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:80)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:61)
         at $Proxy19.authenticate(Unknown Source)
         at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:366)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:911)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    ####<May 1, 2009 7:50:55 AM EDT> <Critical> <Security> <lmv25-ite89695> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1241178655172> <BEA-090403> <Authentication for user weblogic denied>
    ####<May 1, 2009 7:50:55 AM EDT> <Critical> <WebLogicServer> <mycomputername> <AdminServer> <main> <<WLS Kernel>> <> <> <1241178655172> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
    weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:947)
         at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1029)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:854)
         at weblogic.security.SecurityService.start(SecurityService.java:141)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

  • ISSUES WHILE STARTING HTTP SERVER FOR A NEW INSTALLATION OF 10G AS

    I installed 10g AS version 10.1.3.1. I am having this issue while running the installation:
    The Configuration assistants are failing with the following error:
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=621769602,pid=30999)
    failed to start a managed process after the maximum retry limit
    Log:
    /opt/dba/oracle/product/10.1.3.1/OracleAS_1/opmn/logs//HTTP_Server~1.log
    Configuration assistant "Oracle Process Management and Notification Configuration Assistant" failed
    I am using a staticports.ini file with the following values
    Oracle HTTP Server port =81
    Oracle HTTP Server Listen port = 81
    Oracle HTTP Server SSL port = 444
    Oracle HTTP Server Listen (SSL) port = 444
    I am not sure what the following are for and what values i should for them so i commented them
    #Oracle Notification Server Request port = port_num
    #Oracle Notification Server Local port = port_num
    #Oracle Notification Server Remote port = port_num
    #ASG port = port_num
    Has anyone encountered this issue ??

    Port numbers less than 1024 are privileged ports on Unix/Linux. In order for OHS to run on one of the privileged port (e.g. 81 and 441 in your case) you must enable OHS to run as root. By default OHS runs a non-root user, the user that installed Oracle Application Server.
    So to start with installer do not specify custom (static) ports and complete the installation. OHS will be assigned some non-privileged port by installer. Post installation follow the instructions here to change the ports to 81 and 441:
    http://download.oracle.com/docs/cd/B32110_01/core.1013/b32196/ports.htm#CIHJEEJH
    Thanks
    Shail

  • Selection of batches when Quality certificate for deliver

    Hi all,
    If I want to create a certificate for a delivery manually, I was wondering if it was possible that I have the possibility to select for which delivery items the analysis data will be printed on the certificate.
    Can this be done via BAdi QC_QMOCERT_CREATE?

    Hello Tom,
    as far as I know it is possible to print a COA for each batch, even if a batch split is involved.
    1) print CoA for subitem with batch number but not for whole item
    The output type can also be added manually in the delivery, subsequent processing via QC20 as usual. This allows sending the deliveries.
    2) Either copy requirement of output determination. It contains coding which prevents CoAs being printed for split items. Either remove the lines
    Certificate not for batch split sub-items
      perform qc_chargenposition changing sy-subrc.
      check sy-subrc eq lc_rc00.
    or replace them by something more elaborate, e.g. allow printing for subitems but suppress main items; maybe even - don't allow printing for subitems without inspection lots
    This should resolve your case.
    Regards,
    Isabelle

  • Field selection for Material Type

    Hi,
    When we create the material type we are assigning a field ref. in Define Material attributes screen, and when we are creating the industry sector there also we are assigning a field  screen reference.
    No when we creat a materail with MM01, and if Field ref. is different in Industry sector and material type then which system will follow when we create the material it will be ref. to field selection in Material type or industry sector.
    regards,,
    zafar

    Zafar,
    When you talkout Material type is basically controls the properties of a Material like important control fucntions and attributes.
    That is inturn, like Field selection, Special material type, Type of Procurement, Stock (Qty &Value) updation, User departments and Price control. But,
    where as Field selection is control key which consits of some setoff fields which are subjected to a perticular Industry sector like, Plant &Construction, Mechanical Industry, Pharmacuetical Industry, Chemical Industry, etc. In this case field selection is different from Industry to Industry, but in some cases field selection is common for the similar kind of Industries or Industry sectors.
    And the Field selection is subjected to the Material type as well, that means each material type can have their own Field selection (it is named with a field selection key 3 char sap code for field selection).
    Comming to the Creation of Material master record : using MM01  ( create material -general)
    here, you need to select the material type and industry sector --> then you need to choose the relevent user departments and subsequently plant, sloc.etc.
    Note: when you are creating the material in the above fasion, you need to enter the relevent data which is w.r.to the user departments which you have choosen, and those inturn reflect from this control data ( attributes and important control functions as I said is the definition of Material type).
    And this is how a material is created, wether it can be a Raw material, Semi finished Product or Finished Product, etc.
    Note: There is an option to create your own Material Types, but SAP suggests to use standard Material type when you create material master record, unless otherwise a special requirement comes from your client is from Specific Industry sector or if running a special kind of business which is not yet dragged into the SAP R/3 system.
    Hope this will clarifies your query.
    With Regards,
    Srin

  • Issues when configure LDAP server in OBIEE

    Hi,
    I have a big issue, I configure LDAP server for authentication of users, and everything looks fine, but my problem is when I log in Interactive Dashbaords, I enter without any problem, but some parameters and some filters and some functions are NOT working, for example:
    -In a parameter I have this condition for Default value: SELECT YEAR(Tiempo.Dia) FROM Finanzas WHERE Tiempo.dia = CURRENT_DATE, and returns me a null value, but if I change to this SELECT YEAR(Tiempo.Dia) FROM Finanzas WHERE Tiempo.dia = CURRENT_DATE-1, returns me "2010"
    I have similar behaviors in other parameters, and some filters and some functions.
    Everything happen in Development instance. I configure LDAP server in Development instance.
    In Production instance nothing of this is happen, but I do not configure LDAP server yet.
    What do anyone think is happen here? This happens because I configure LDAP server? What do you think that mades this behavior for my parameters, filters and functions?
    Do you think is a better practice to clone Production instance to Development instance? If so, how can I do a clone instance, only for OBIEE?
    Regards,
    Arnulfo
    Edited by: ArnulfoPA on 25-may-2010 15:35

    The date returned by CURRENT_DATE is determined by the system in which the Oracle BI Server is running. So, does CURRENT_DATE returns an equal values on prom and dev instances in your case?

  • FIELD SELECTION KEY

    Hi,
           I have a query regarding Field Selection Key.
    I want to know the difference between Field Selection Keys AKTH, ME21, and ME21N.
    I have observed during Testing that, AKTH and ME21N are almost the same.
    But, I like to know the difference.
    Which is to be used when?
    Please give suitable suggestions in this regard.
    Thanks in advance.
    Thanks & Regards,
    Srinivasa M.S
    +91-9910077829

    Hi,
    Go through following information.
    Field selection key: -
    You should not delete the field selection keys listed below, which the dialog program uses for control purposes, otherwise the dialog may terminate during processing:
    1. Field selection key: transaction
    The field selection key that corresponds to the transaction code: for example, field selection key ME22 for the transaction "Change Purchase Order". For the Enjoy Purchase Order transactions (creating, changing, displaying), there is only field selection key ME21N.
    2. Field selection key: activity type
    Is set from the activity type as follows:
    AKTH    In creation mode
    AKTV    In change mode
    AKTA    In display mode
    AKTE    With PO extension
    You should note that you can also add items in change mode (for example, transaction ME22). Field selection key AKTH would be used for this item.
    3. Field selection key: purchasing document type
    The field selection key that you have assigned to the document type for the purchasing document. For example, field selection key UBF is assigned to document type UB, which is used for stock transfer orders (within a company code). In this key, the fields Price and Price unit are suppressed.
    4. Field selection key: item category/document category
    This is determined from the item and document categories as follows: The first two characters consist of the letters 'PT', the third character of the item category (internal representation), and the fourth of the document category:
    A   for RFQs,
    B   for purchase requisitions
    F   for purchase orders
    K   for contracts
    L   for scheduling agreements
    Accordingly, field selection key PT3F would be used for a subcontracting item in a purchase order.
    Field selection key: function authorization/release status
    Purchasing documents: Used for authorization control. If the user parameter EFB (function authorizations in Purchasing) has been assigned and a field selection key has been assigned to the relevant value, this field selection key is used. Otherwise, field selection key $$$$ is used if the user has insufficient authorization to display prices.
    Purchase requisitions: If the purchase requisition is subject to a release strategy and a field selection key has been assigned to the current release indicator, this field selection key is used.
    Field selection key: subitem/creation indicator
    Purchasing documents: Is only used in the case of subitems. The field selection key is put together in the same way as for the item categories (field selection key 4), with the string 'UP', the subitem category, and the document type.
    Purchase requisitions: the field selection key that is derived from the creation indicator in the purchase requisition, that is, ESTV, ESTF, or ESTD, is used in the case of purchase requisitions generated from within Sales and Distribution, from a production order, or through direct procurement.
    5. Field selection key: purchase requisition
    In addition to the available field selection keys, you can define a field selection key at function authorization level to influence the input characteristics of fields in the Enjoy Purchase Requisition.
    You can use this field selection key to set up groups of users that have certain restrictions when editing purchase requisitions.
    SAP Recommendation: -
    SAP recommends that you accept the settings defined in the standard system. In this case, no action is required on your part.

  • Establishing Quality system for EP  on same Development  machine???

    Hello Experts,
    We have installed CRM5.0 and EP7.0 on same machine. For EP we have ABAP + JAVA stack. We create EP users in CRM (client 100) after that we assign roles and permissions in EP. This is our development server.
    Now for CRM we have created a client 200 on the same machine that we are going to use as quality server for CRM.
    We want to use the same client for EP as well for quality check. I want to know how we implement this scenario (Implementing quality server on the same development server) and what all the dependencies we have?
    Please help me to finalize the things.
    Thanks !!!
    Amit

    Hi Suzanne,
    CR for VS 2010 and CR for VS 2012 are not different products. Its the same product called as
    SAP Crystal Reports developer version for Microsoft Visual Studio which works with VS 2010, VS 2012 and VS 2013.
    Yes, you could install VS 2010 and VS 2012 on the same machine and then simply install CR_VS_13.0.10.exe (SP10) from above link. This will integrate with both VS 2010 and VS 2012.
    You could develop your apps saparately with both VS versions however the CR assembly references would be the same for both VS apps as its is the same CR version.
    - Bhushan
    Senior Engineer
    SAP Active Global Support
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Getting started and moving ahead with Crystal Reports .NET applications.

  • Getting DC-broken error while transporting to QUALITY server

    hii all,
    I have a DC which have been built and deployed fine and giving the perfect output when running on portal. This has been deployed on local server.But while tranporting it to QUALITY server for testing,itz cannot be imported there and giving an error "DC Broken".....!
    plz do help out....

    Hi
    What i believe that the related objects for the BADI are not captured in the Transport.
    Pls check the BADi definitions and implementation class included in the Transport.
    Hope this helps if so reward.
    Thanks
    Shyam

  • Custom OM infotype issue in Quality Server

    Hi,
    I created a custom infotype in PPCJ. Its working fine in development server.
    We transport the request to Quality server and created a record in PO13 t-code for the custom infotype.
    There i am getting a success message that 'Record is created'. If i check in tables HRP9009 and HRT9009
    can't able to see the datas which are created.
    Its working fine in development server, but not in Quality. Have anybody faced this type of issue?
    Please provide some solution on this.

    Hi Santosh,
    Thanks for your reply....
    I have done cache refresh and also crosschecked all the objects comparing with DE system but i am wondering how i am getting file payload in jdbc channel and jdbc payload in file channel after transporting from DEV to QAS.
    Thanks in advance...
    Naveen.

  • Problem with sap script while transporting from dev to quality server

    Hi experts,
    In dev server i am getting correct output in sap script.But when it is transporting to quality server alignment is different.Printer name is same both in dev and quality.Please give an answer for this query.
    Thanks
    suresh

    Hi Suresh,
    This could be a problem with the Sapscript buffers. Try running the report RSTXDELL on the system to clear the Sapscript buffers?
    To do this you can use RSTXDELL report with default settings except it is better to have * instead of the current client number in the Client field.
    After this, create a new spool and see if the problem is resolved?
    Regards,
    Aidan

Maybe you are looking for

  • Help - Need alternative to CLOSE_WINDOW in Webdynpro

    Hello all, Currently have an ABAP webdynpro app (Netweaver 7.0) running on EP 7.0 with Support Pack 16. We're launching the application via a quicklink on the portal.  The user requirement is to exit the application via a button in the Webdynpro. The

  • NOT WORKING ...saudi arabia facebook ,twitter...etc

    hi guys .... why these apps not working in saudi arabia ???? facebook , twitter , social feeds and blackberry app world ?? they alwys gives error message and also this my device is torch 9800 and my carrier is mobily in saudi arabia is there any desc

  • From Palm Desktop to iPod Touch

    I have many years of contacts and calendar entries in my Palm Desktop (& Palm PDA). I want to migrate these contacts and calendar into my new iPod Touch, using it as my PDA going forward.

  • Error with CUA

    Hi Gurus, I have successfully linked 5 child system to the CUA.. All the changes are also flowing to the child system but we when i see the CUA log all the changes appear as unconfirmed except for the parent system.. ... I have check teh RFC connecti

  • New version of Java for Mac OS X version 10.5.8?

    Hi everybody. My homebanking tells me to get the latest version of Java to log on, but when I try searching for updates in the software update feature on my mac, it tells me that everything is up to date. What to do? Please help... Marie