Issues with BDLS for table /SAPAPO/TSTROBJR after system refresh

Hi,
After a recent refresh of our QA system from the Production system, when we are running BDLS for the table /SAPAPO/TSTROBJR to convert the logical system from Prod to QA, it's not allowing us to make the change.
Error message reads:
/SAPAPO/TSTROBJR          LOGSYS                              1                              0 <<<<
<<<< Error in field  of table . Manual correction required.
I have already tried to run the report /SAPAPO/SCHED_BUFFER_RESET, but this has not been of much help.
What can we do to resolve this issue?
Do we need to take some extra steps before we can run BDLS, or is there some other way to update these time streams for unloading point?
Thanks - Pawan

Scheduling buffer reset did not update teh time stamps, but the new GATP checks are noe able to change teh time streams. So, issue doesn't exist now.
Closing this thread.

Similar Messages

  • CVC creation - Strange issue with Master data table of 9AMATNR

    Hi Experts,
    We have encountered a strange issue with Master data table (/BI0/9APMATNR) of info object 9AMATNR.
    We have a BADI implemented for checking the valid Characteristic before creation of the CVC using transaction /SAPAPO/MC62. This BADI puts a select on master data tab of material /BI0/9APMATNR and returns no value. But the material actually exists in the table (checked through SE16).
    Now we go inside the info object 9AMATNR and go to the Master data Tab. There we go inside the master table
    /BI0/9APMATNR and activate that. After activating the table it is read by the select statement inside BADI (Strange) and allows the CVC to be created.
    Ideally it should not allow us to activate the SAP standard table /BI0/9APMATNR. I observed that in technical settings of this table it has single record buffering as switched on. (But as per my knowledge buffer gets refreshed every 2 to 4 mins and not in 2 days or something).
    Your expert comment is valuable to us. Thanks.
    Best Regards,
    Chandan Dubey

    Hi Chandan,
                 Try to use a WAIT statment with 5 seconds before your select statment.
    I'm not sure whether this will work. Anyway check it and let me know the result.
    Regards,
    Siva.

  • Issue with the material field in ME23N after upgrade

    Hi Experts,
    We are having an issue with transaction ME23N in ECC6.0 after upgrade from 4.6c.
    In this transaction for the given PO the value of the material is not populating. The material coloumn is displaying but the value of the material is not coming.
    For the same PO with the same data we are able to see the material number in ME23N in 4.6c.
    Please help me to resolve this.
    Thanks,
    Rakesh

    Hi,
    If you are a functional consultant then check the configuration settings in SPRO and compare it with the one in 4.6c system to find if the material number display in ME23N is enabled in your new system or not. Go to tcode SPRO and Material Management-> Purchasing->Purchase Order->Define Screen Layout at Document level.
    Execute this and select on ME21N or tcode that you are having problem with. Then press details button and double click on Enjoy fields. Check if it Display check box is ticked or not.
    KR Jaideep,

  • Issue with Update of Table VARINUM

    Hi,
    I am getting waiting Issues with Update of table VARINUM. Has anybody faced such an issue.
    I have a lot of Jobs which are running in background. I am submitting it through a report. what can be the issue.
    Regards,
    Abhishek jolly

    Thisi is quite old, but not answered properly yet, so there you go:
    SAP generates a new job and temporary variant on report RSDBSPJS, for each HTTP call,which creates database locks on table VARINUM .
    This causes any heavyweight BSP application  to hang and give timeout errors.
    The problem is fixed applying OSS note 1791958, which is not included in any service pack.

  • Issue with bringing up Weblogic 10.3 after changing username passcode

    I am facing Issue with bringing up Weblogic 10.3 after changing username passcode in security realm Madhok, basically i have removed the default weblogic user and defined m,y own custome user and provide the credentials in the server start tab. When i try and bring up the admin server it comes up fine but the managed servers fail to start from admin console and i can see security credentials authentication error in logs? Why would that be considering the admin server is able to come up with the same credentials.
    -Priya Madhok
    Systems Architect
    InterAlliance Group Services
    http://www.interalliancegroup.com

    We had similar problem in the past, our problem was:
    Problem:
    We deleted weblogic default user from security realm and create new user when node manager and the managed servers were down. When we tries to bring up the managed servers after starting node manager we kept getting authentication denied errors.
    Solution:
    Recreate weblogic user and now try and bring up managed servers from command line using weblogic user. Once they are up shut them down and bring them up again with the new user you have created and it will work
    Reason:
    The managed servers in 10.3 seems to be storing the authentication details in there local managed servers ldap or cache. When you start the managed servers the don't know the new credentials and are authenticating against older values of stored credentials, hence they fail. Once they are started with the old credentials they communicate with admin servers to sync there cache with admin servers and the new credentials gets updated and from then on you can restart the managed servers with new credentials.
    Note: Sometimes after restart you may face the problem as the sync process with admin server is asynchornous, weblogic prints a line saying something like Performing async operation with server address null. If the line gets printed sync has happened and you are good. In case you don't see the line restart again and you will see the line after which you can restart with new credentials.

  • Issues with nested for loops - saving images from a camera

    Hi all,
    I've written a vi. to capture a specific number of images ('Image No') and save these images, outputted to a folder of my choice.  Each image is identified sequentially.  However, I wish to do a number of iterations ('Run') of this capture sequence, such that the filename of each image would be 'Filename (Run)_(Image No).png', e.g. run 5, image 10 would be 'Filename 5_10.png'.  I have tried a nested for loop for this but I receive an error 'Asynchronous I/O operation in progress' (I've attached a printscreen).
    Can anyone assist me in solving this problem? I preiously posted this in machine Vision but got no response (http://forums.ni.com/t5/Machine-Vision/Capturing-image-sequences-issues-with-nested-for-loops/m-p/19...).  Please find attached my vi.
    Kindest regards and thanks,
    Miika
    Solved!
    Go to Solution.
    Attachments:
    Labview problem.jpg ‏3841 KB
    Image sequence save to file.vi ‏48 KB

    Miika,
    the problem is not the filenam, but the name of the folder (AHHHHH!). You try to create the same folder in the outer for loop over and over again.... (it is the error message above the '======', not below )
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Issue with authorizations for BPS

    Hi Experts,
    There was an issue with authorizations for BPS. We have a large number of agents that need to enter plan data via a layout. In order to control the necessary authorizations, we would like to filter via something similar to a user exit using a function module in order to avoid having to define authorization objects for each of the agents who have access to the systems. Right now, we are not sure if there is user exit concept available as it is for BW variables. Any body experienced similar issue may share their experience.
    Regards,
    Ankit

    Hi,
    In BPS, you can use user specific variables or you can set up a Variable of type exit. You can also have a variable of type authorization which uses the security / authorization of the BW system.
    Hope it helps...
    Cheers,
    Tanish

  • Issue with data dictionary -Table maintanance generator

    Hi all,
    I have an issue with Data dictionary, table maintenance generator. I have entered some records in a custom table (ZBCSECROLETOGRP) and changed the delivery class from C to A. When I create the table maintainance generator, I am encountered with the following errors:
    1)Field ZBCSECROLETOGRP-PORTALGROUP shortened (new visible length: 000032)
    2)0012 could not be generated
    3)In TCTRL_ZBCSECROLETOGRP field LENGTH has the invalid value 01
    My main motto is to create the table maintainace generator and transport to the furthur systems .
    Please help.
    ThnX in advance,
    Vishal..

    HI,
    Regenerate the table maintenance by selecting the checkbox of "Modified field structure" => new entry & then save.
    Also ensure that the new changes are not affecting old data bcz of data type changes. If that is the case, then delete the old records, regenerate table maint. & re-enter those records which you had deleted.
    Thanks,
    Best regards,
    Prashant

  • Photoshop batch production - issues with 'save for web'

    Hi,
    I'm having an issue with 'save for web' on a batch. I've just spent the last 2 hours searching the web and this forum and although the issue gets touched upon, the threads either suddenly head off in another direction, end, or i just struggle to make sense of the answers given.
    I have 350 images that i want to resize to thumbnails and then save for web. 2 hours ago this seemed like a 5 minute job.
    I creat an action called 'batch_thumbnail' and press 'Record'.
    I then select 'File' > 'Open' and select an image to open using the dialog box.
    I then select 'Image' > 'Image Size' and resize the image to the thumbnail size (200 x 125) and press 'OK'.
    I then select 'File' > 'Save for Web and Devices', set my optimisation settings and press 'save'.
    Using the dialog box that pops up, i navigate to a pre-created directory called 'thumbs' and press 'save'.
    I then select 'File' > 'Close' and on the dialog box that pops up i select 'Don't Save'.
    I then stop the action from recording.
    So far so good.
    I then select 'File' > 'Automate' > 'Batch...' and the dialog box appears.
    I select my action in the 'Action' drop down menu.
    In 'Source' i set the drop down menu to 'Folder', select 'Choose' and select the target directory with my 350 images in.
    In 'Destination' i set the drop down menu to 'Folder', select 'Choose' and select the target directory (thumbs), where i wish to save the thumbs.
    In 'File Naming' i leave the first box as 'document name', set the second to '_thumb' and have the third as 'extension'.
    I then click 'OK'.
    And this is where the problem begins. Everything works fine till it trys to save the second image. I can see what's happening, as the directory path and image name that are used whilst setting up the SFW part of the action, are getting hardcoded into the action. So every resulting image is being saved as the same file, instead of being overriden by the settings in 'File Naming'.
    I've tried selecting 'Override action 'Save' command', but it doesn't make any difference. Is it actually possible to batch produce files using 'Save for Web and Devices'?
    Cheers,
    James

    I have written a couple of Save For Web batch processors, they may be of use to you?
    They can both resize and run an action if required.
    CS2-CS3 http://www.ps-scripts.com/bb/viewtopic.php?t=2374
    CS4 http://www.ps-scripts.com/bb/viewtopic.php?t=2276 (This handles metadata)

  • SAP License issue after system refresh.

    Hi,
    After system refresh, refreshed system has License info of source system. When trying to apply license from unix, it gives below error, saying system number is incorrect to apply new license. Looks the system number of source system is causing issue. I checked, there is no data in MLICHECK table. I could see some info in "saplikey" table. System is 700 system.
    sidadm> saplikey -install "/home/SID/sid_multiple.txt pf=/usr/sap/SID/SYS/profile/SID_DVEBMGS01_sapsidci
    This system's system number is "000000000710287641", but there is a license key
    for system number "000000000711311441" in file "/home/SID/sid_multiple.txt".
    sidadm>
    Thanks.

    First check whether you have deleted all invalid licenses?
    use below command to delete invalid licenses
    sidadm>saplicense -delete
    And apply new license based on new hardwarekey with below command
    sidadm>saplicense -install
    *I think there should be some invalid licenses lying in your system
    Regards
    Nick Loy

  • After System Refresh Variants missing

    Hi,
    We have used Export / Import method to build QAS system from production
    ABAP export file.
    After System refresh we got the same Production client with all
    configurations, Variants, Object including data.. Which is Perfect.
    But, as per our business we don't want to use the same production
    client number in Quality System., so we done Cliet Copy to copy to
    different client (ex: Client 200) using SAP_ALL profile.
    Question: But after client copy we found that some Data, Objects,
    Variants are missing in the new client (200).
    Ex: In Client 100 (Copy of production client) table T009 is having 10
    entries, but after client copy in client 200 the same table doesn't have any
    entry in that including standard and Z.
    Please help me on this, how do I get clone / copy of 100 client
    (original client)
    Thank You,
    Ramesh

    Hi Ramesh,
    Looks like your client copy didn't bring all the data and Objects, Did you checked logs, Is there any error message ? The client copy completed with all the tables ?
    You can try Remote client copy method .
    You can manually export the variants from the source client to Target client and you need to export the Variants from the table VARID, VARI, VARIT and VARIS.
    You can use the below forum procedure to export and import variants.
    how to export RFC destination to file in order to import it in an other sys
    Since, not only the variants you are missing data and Objects, I would suggest for re-copy the client.
    Regards,
    Arjun

  • Logical System Conversion after system refresh failed

    Hello,
    Logical System Conversion after system refresh couldn't complete as the printer was locked. This job was run in the background. In SM37, the  job log of RBDLSMAP shows as job finished, but it took only 40 seconds. Now I see that the logical system got changed(Converted) in the client settings scc4 but I know that this client being a production client and would run for couple of hours. Here is the job log information.
    02/18/2009 16:09:33 Job started                                                                     00           516          S
    02/18/2009 16:09:33 Step 001 started (program RBDLSMAP, variant &0000000000000, user ID ABCD)      00           550          S
    02/18/2009 16:09:33 Output device PRN1 is locked in the SAP system                                  PO           349          I
    02/18/2009 16:10:19 Job finished                                                                    00           517          S
    When try to rerun bdls again, it shows that it is already available and it says "The new logical system name is already assigned to the current client".
    Any suggestions on this?
    Thanks,
    Mahesh

    Hi ,
    Rerun the BDLS again as this took very little time.
    When you try to run again it popsup message saying it already exists just delete that and again put the Logical system name and run it will run that time.
    May be while scheduling the job you gave for spool I am not sure why is it looking for Printer which is locked.
    Thanks.

  • Issue with Period Control Table after copying Essbase adapter

    Hi Experts,
    I'm working on version 11.1.1.3 and have copied the adapters (Essbase, Pull + EPRi) in the work bench so I can add an additional target for the FDM application. However, I have an issue with the import process; it returns an error with the Time & Periods (I guess it's something to do with the Periods category).
    I have reimported the Periods Control Table and updated the new application's Target Period & Year (whilst changing the system code in the Application settings to the newl adapter) and still receive the same error message.
    Any direction or thoughts would be welcome.
    Thanks
    Mark

    The time periods do not copy. You need to maintain them through the UI or upload them from excel. There is a KM article on this if you need additional detail.

  • Find Criteria problem in ADF BC framework with DataServices for tables 1to1

    Hi..
    I have built a DataService (Database tables exposed as WebServices) using ADF BC framework in JDeveloper.
    I have used 2 tables Cqualitycategory(Parent) and Cqualitycategoryxref(child) with 1 to 1 relationship on id Cqualitycategoryid.
    This service exposes operations such as Create, Update, Find, delete & etc.
    After providing this service WSDL path to SOAP UI tool and when I try to hit the find criteria(*childFindCriteria*) using the below request I receive all the records of the child for a single parent table(Having multiple records for the child tables). But according to the below request(childFindCriteria filter) I should only get the records which matches the filter along with the Parent record.
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="/com/abc/csim/ebo/module/common/types/" xmlns:typ1="http://xmlns.oracle.com/adf/svc/types/">
    <soapenv:Header/>
    <soapenv:Body>
    <typ:findCqualitycategoryBO>
    <typ:findCriteria>
    <typ1:fetchStart>0</typ1:fetchStart>
    <typ1:fetchSize>-1</typ1:fetchSize>
    <typ1:filter>
    <typ1:group>
    <typ1:upperCaseCompare>true</typ1:upperCaseCompare>
    <typ1:item>
    <typ1:upperCaseCompare>true</typ1:upperCaseCompare>
    <typ1:attribute>Cqualitycategoryid</typ1:attribute>
    <typ1:operator>like</typ1:operator>
    <typ1:value>209</typ1:value>
    </typ1:item>
    </typ1:group>
    </typ1:filter>
    <typ1:childFindCriteria>
    <typ1:filter>
    <typ1:group>
    <typ1:item>
    <typ1:upperCaseCompare>true</typ1:upperCaseCompare>
    <typ1:attribute>Cqualitycategorycode</typ1:attribute>
    <typ1:operator>=</typ1:operator>
    <typ1:value>P1234</typ1:value>
    <typ1:nested/>
    </typ1:item>
    </typ1:group>
    </typ1:filter>
    <typ1:childFindCriteria/>
    </typ1:childFindCriteria>
    </typ:findCriteria>
    <typ:findControl>
    <typ1:retrieveAllTranslations>false</typ1:retrieveAllTranslations>
    </typ:findControl>
    </typ:findCqualitycategoryBO>
    </soapenv:Body>
    </soapenv:Envelope>
    But the same kind of request (find criteria) is perfectly works fine by giving the desired result(childFindCriteria) with 1 Parent tables and 2-3 childs(1 to many relationship).
    It seems to be an issue with the ADF BC Framework for the tables with 1 to 1 relationship.
    Please suggest me a solution or a work around so that the childFindCriteria works for tables with 1 to 1 relationship.
    Mahesh
    Edited by: user13174911 on Aug 17, 2011 10:03 AM
    Edited by: user13174911 on Aug 17, 2011 10:05 AM

    Hi,
    I think this can be explained the best with the fact that the web is stateless. If you mark a record for update, which you do when you submit it. Then it should get locked in the database. After commit you release the lock and whoever wants to override the value you put in can do this. I don't think that a lock should be released only if a user re-queries the data. You can code this in though: just requery the records on error
    Frank

  • Issue with PO Currency when currency changed after the approval.

    Hi All,
    we have  get an issue with PO currency which is as follows
    Step1:Created a Limit PO with value  3.701,00  CHF and sent it for approval,,and PO is approved and transfered to backed (We are using  "Extended classical scenario'  .
    Step2:but we got to know that the PO value should be  in USD ,so will go to PO and changed the currency value to USD ,it coveted value to 3421 but ,since i need the  3701 USD  i changed the value  to 3701 at item level and orderd  the PO.
    but after approval  , when it transfered to backed it is showing the value  3.701,00 USD at header level  ,but 3.402,84 USD at item level.
    so when we are trying to create GR it is populating 3.402,84  USD but we need 3701 USD.
    is any one know the what is the problem with this.
    please help
    Regards
    cb

    You can re-output a message that has already been outputted (printed or transmitted).
    "Repeat message" function
    You use this function if you wish to print out or transmit again a complete purchasing document that has already been outputted. Note that the system takes account in the message of any changes made to the purchasing document since it was last outputted - i.e. the system always outputs the current status of the document. If you wish to have old statuses available, you must optically archive the purchasing document.
    Activities
    You invoke the Messages screen as follows:
    Via the purchasing document itself (Header  Messages) or
    Via <Purchasing document> Messages  Print/transmit.
    Enter the processing status 1 (successfully processed) and display the messages.
    Select the desired message and choose Goto-> Message details.
    Choose Edit-> Repeat message or Change message.
    The system inserts the new message. If a change message is involved, the system sets the Change indicator.
    Save your data.
    Hope you find this useful.
    Edited by: Reetesh on Dec 3, 2011 7:36 PM

Maybe you are looking for