Problem when participant training booking from MSS- ECC

Hi All,
i have a problem with book/cancel training from webdynpro application(mss) as like LSo_psv1.
I am able to book the training  using FM RH_PARTICIPATION_INSERT.But participant document(TPARTDOCNO)field not geting filled.
I am not able to cancle the participant training booking using RH_PARTICIPATION_DELETE from MSS.it is giving dump.
I hope the Participation documentno which is not filled when booking causing dump.
please help me in this isuuse why tpartdocno field not getting filled when insertion.please provide logic if any.
Regards
sarath

Hi,
I have run  the program  RHSETPADBOOK_LSO  to fill TPARTDOCNO filed in HRVPAD25 table for the existing entries,and able to cancel bookings after that.
But still that field not getting filled for new bookings for new courses too.
any idea why this is happening and how to solve.
Regards
sarath

Similar Messages

  • "Error check activation" is the message I get when pulling a book from the library. My computer is authorized (per the ADE screen) I have tried un-authorrzing and re-authorizing but nothing works. Please help

    "Error check activation" is the message I get when pulling a book from the library. My computer is authorized (per the ADE screen) I have tried un-authorrzing and re-authorizing but nothing works. Please help

    I am having the same problem, and my computer is authorized through my Adobe ID and I cannot open any books.  I tried downloading a book from the university library, using my ID, the book is in ACSM format, and I cannot open the book because it keeps telling me
    "error check activation"   I am including screen shots to show my computer is authorized. 

  • We have created shared folder on multiple client machine in domain environment on different 2 OS like-XP,Vista, etc. from some day's When we facing problem when we are access from host name that shared folder is accessible but same time same computer when

    Hello All,
    we have created shared folder on multiple client machine in domain environment on different 2 OS like-XP,Vista, etc.
    from some day's When we facing problem when we are access from host name that shared folder is accessible but same time same computer when we are trying to access the share folder with IP it asking for credentials i have type again and again
    correct credential but unable to access that. If i re-share the folder then we are access it but when we are restarted the system then same problem is occurring.
    I have checked IP,DNS,Gateway and more each & everything is well.
    Pls suggest us.
    Pankaj Kumar

    Hi,
    According to your description, my understanding is that the same shared folder can be accessed by name, but can’t be accessed be IP address and asks for credentials.
    Please try to enable the option below on the device which has shared folder:
    Besides, check the Advanced Shring settings of shared folder and confrim that if there is any limitation settings.
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Problems when printing help topics from OHJ

    We have encountered some persistent problems when printing help topics from Oracle Help for Java (Ice Browser).
    NOTE: When we print the same source files from Oracle Help for the Web, the printing problems are gone.
    (1) Spacing Errors (all printers had identical results)
    Text with special formatting (<b>, <i>) often has either too much space or not enough space.
    Links often have extra spaces underlined before or after the link, itself.
    (2) When printing multiple help topics from the TOC (an entire branch in the tree):
    On some printers, no graphics print correctly, but instead print as one of the following: 1. empty box the size of one character, 2. black box the size of one character, 3. black box the size of the original graphic. We could not detect a pattern that caused 1, 2, or 3.
    NOTE: all graphics are bit maps (screen captures) that were generated in the same manner.
    NOTE: if these same help topics are printed one at a time form Oracle Help for Java, the graphics print fine.
    Is this a problem with the Ice Browser?
    Thanks for the help,
    Wendy Studinski

    There are a known issue with the ICEBrowser printing in some circumstances. The laying out of text by the ICE Browser relies on font metrics (being able to measure the width of a run of text in a given font). On screen it looks great, but when printing, even though the GraphicsConfiguration for the printer is being used, these widths are sometimes off, which can result in text running together at boundaries between text styles. We're not sure what to do about this problem, and we've reported it to IceSoft.
    Not every font has this problem, so varying the font you are using might help the appearance when printed.
    The other problem you report, problems with the images when printing multiple topics, is something that we will look into.

  • Problem when i transported  DTP from DEV to QA

    I am facing a problem when i transported  DTP from DEV to QA   It is not in the folder were it have to be,but i can see it in RSBKDTP table of QA

    Hi,
    One info regarding DTP, Technical name will get differ from system to system through out the landscape ( Dev, QA, Prod) . So you have to search with Description of the DTP instead of technical name.
    Regards,
    Sridevi.

  • I have a problem when opening author book samples in iPad they dont open at the first page,

    i have a problem when opening author book samples in iPad they dont open at the first page, they open further in, can you explain what i need to do to correct this , Ron Ritter

    Book? I thought you said sample?
    Not sure how that is possible, sorry.
    How many users out of the total downloaded are having this issue?

  • Problem when extracting DataSource 0PAYSCALELV_ATTR from R/3 ECC6 to BW 3.5

    We have recently begun upgrading to ECC6.0 from 4.7.  We are still using BW 3.5.  After upgrading our Sandbox to ECC6.0, we found a problem when extracting Pay scale level attributes using DataSource 0PAYSCALELV_ATTR.  For some reason the table values are being multiplied by 26 by the extractor, which was not happening in 4.7.  Therefore in our BW system, these employees salaries are being calculated incorrectly because the hourly rate coming from R/3 is already wrong.  Please help!
    Kim Huskey
    Tarrant County IT
    CCC - SAP Support

    Hi Surendhar,
        Did you try to check the connection b/w ypur source system and the target system?
    You can do it by executing T.Code RSA1-> Select Source Systems-> Right click your source system-> Check.
    Also, pls check ST22 for any short dumps and SM21 for system logs.
    Hope it helps!!!!
    Amit
    Message was edited by: Amit

  • How to avoid the split problem when uploading the data from csv file

    Dear Friends,
                  I have to upload data from the .csv file to my custom table , i have found a problem when uploading the data .
    i am using the code as below , please suggest me what i have to do in this regard
          SPLIT wa_raw_csv  AT ',' INTO
                    wa_empdata_csv-status
                     wa_empdata_csv-userid
                     wa_empdata_csv-username
                     wa_empdata_csv-Title
                     wa_empdata_csv-department.
    APPEND wa_empdata_csv TO  itab.
    in the flat file i can see for one of the record for the field Title  as
    Director, Finance - NAR............there by through my code the  wa_empdata_csv-Title is getting splited data as "Director, and  Department field is getting Finance - NAR" , i can see that even though  " Director, Finance - NAR"  is one word it is getting split .
    .......which is the problem iam facing.Please could any body let me know how in this case i should handle in my code that this word
    "Director,Finance - NAR"   wil not be split into two words.
    Thanks & Records
    Madhuri

    Hi Madhuri,
    Best way to avoid such problem is to use TAB delimited file instead of comma separated data. Generally TAB does not appear in data.
    If you are generating the file, use tab instead of comma.
    If you cannot modify the format of file and data length in file is fixed character, you will need to define the structure and then move data in fixed length structure.
    Regards,
    Mohaiyuddin

  • Problems when trying to migrate from 6.0 to 6i

    Hi,
    I'm having problems when trying to migrate a Designer 6.0 application to 6i.
    When I get to start the migration after having selected the source application, the process fails immediately after I've pressed the button.
    I'm getting the error: CDR-21244: This process has been aborted and the advice to check the log file. But no log file is created.
    I've read Note 234984.1 which gives two suggestions in this situation: That the ORACLE_HOME environment variable is unset, and that the LOG_DIRECTORY_RAU directory is writeable. Both is fulfilled in my situation. However it seems that the migration procedure tries to start imp - I've noticed a short flash with the command prompt screen - and when I try to start imp manually from the command prompt I get errors. I was able to fix this error by setting ORACLE_HOME and ORA_NLS33. But the defining ORACLE_HOME is "illegal" ref. Note 234984.1. Of course I tried to leave it anyway, but that didn't help neither: The migration still dies a quick and silent dead.
    So now I'm stucked. How can I carry on?
    The source is on version 6.0.3.5.0 running on 8.1.5, and the taget is version 6.5.92.1.9 running on 8.1.7.4.
    Regards, Michael

    The migration from Designer 6.0 to 6i requires careful planning. Please read the migration guide on OTN (http://www.oracle.com/technology/products/designer/index.html) for advice and to assist you with the migration.
    Regards
    Sue

  • Problem when loading pdf files from Shared Content

    When I load pdf files from Shared Content, I got the following problem: "The selected document could not be retrieved, please try uploading the document again."
    Anyone knows this?
    Thank you very much in advanced.

    I don't migrated the program, but installed it from the original installer,
    i. e. I first installed Indesign from backup, and then uninstalled it and
    reinstall  clean from Adobe.
    What a plug-in or utility converts page from InDesign to PDF?
    2014-08-10 22:51 GMT+04:00 Peter Spier <[email protected]>:
        problem with exporting PDF files from InDesign CS5  created by Peter
    Spier <https://forums.adobe.com/people/P+Spier> in InDesign - View the
    full discussion <https://forums.adobe.com/message/6627440#6627440>

  • Language settings in Store when ordering a book from iPhoto?

    I wanted to order a book from iPhoto but the language was in French.
    How do I change the language settings in the store if I come from iPhoto directly into the store?
    note: I was accessing the Swiss store and it automatically defaulted to French

    Most likely you have a page with a "grey" palm tree or background on it - this is a background that contains a photo
    First go through you book and see if there are any grey backgrounds - if there are either add a photo as the background or change the background to a solid color
    If this does not work then you have a hidden photo background and you will need to go through the book again and select every full page photo layout and change it to a single photo layout that is not full page so you can see the background - when you find a grey background change it to a solid background and change the photo layout back to full page
    You will find your "missing" photo(s) and be able to order
    I also suggest asking Apple to provide some tools to help find these missing photos - iPhoto menu ==> provide iPhoto feedback
    I also recommend looking through Liz Castro's web page for additions information on backgrounds and layouts for each iPhoto book theme - http://www.lizcastro.com/iphotobookthemes/
    LN
    Message was edited by: LarryHN

  • HT1850 problem when duplicating a book with iPhoto.

    When I try to duplicate a book with iPhoto, only 4 pages out for 46 pages gets duplicated. I cannot duplicate the entire book.

    Thanks, I use iPhoto 11 v 9.4.1 (701.67).
    I first select the book I wish to duplicate and then I tried control click / duplicate. Also select photo in the menu then duplicate. Then the short cut command D but it doesn't work properly either ways.
    However, I just found out after I wrote this post that other books or cards are duplicating without any problem at all.
    I only have this problem with my lasted book.
    Thank you very much
    Sylvain

  • Problems when i copy text from Pdf and paste on Word

    In Pdf documente the text is in perfect conditions, but, when i copy the text and paste in WORD document the character change into random crazy character like: "()*"*&!(!*"(!"(!)"( )*"()!*("!&("@*")(!*@"!*@(
    how i fix this??

    I have the same problem when copying the PDF into a Word file. I tried Save as RTF doc. and it is still just symbols.
    It could be a font problem, because it has some weird Gill Sans and Futura fonts. I am sending a picture as an example.
    The option of exporting as Tiff and then applying OCR is interesting but still is kind of slow when i have a 100 pages document. If the fonts is the problem is there any way i could select the whole text and apply it a known font like Arial?
    Thanks for any info!
    Cheers,
    Sebastian

  • Bookmarks and notes saved when deleting a book from iBooks?

    If I delete a book from my iPad or iPhone, do I lose my bookmarks and notes on iCloud? Will by notes reappear if I re-download a deleted book? Thank you.

    Greetings janetk618,
    I read your post, and it sounds as though you'd like to learn more about iBooks. You can sync iBooks data such as bookmarks and notes. The following article contains a wealth of information about iBooks:
    Frequently asked questions about iBooks - Apple Support
    Thank you for contributing to Apple Support Communities.
    Best,
    Bobby_D

  • Problems when selecting an image from a scanned document... please help

    I scan student work and I want to make comments. I want to copy a portion of the student work from the scanned PDF. I use preview and select a portion of the PDF. When I paste the selection into pages the entire PDF is put into pages. If I paste into text edit, I only get the selection. This problem does not occur in Pages 09 but I can't afford it. Any suggestions?

    r,
    Try this workflow:
    Open the PDF in Preview and use the Selection Tool in Preview to highlight the portion that you want to excerpt.
    Edit > Copy.
    File > New from Clipboard.
    Save.
    Drag new file into Pages.
    Using this method you will not lose any resolution as you may when you do a screen capture.
    Jerry

Maybe you are looking for

  • Interactive report with checkbox and editable field

    Hi, For a project I'm working on I need to create a interactive report in Apex 3.2 with the ability to select lines and to modify one of the columns in the report. To do this, I started off by adding these two fields to the selection query of my IR:

  • Transport way - house banks(fi12)

    Dear export, I tried to transport the house banks(FI12) from DEV  to QAS. Table view -> Transport However, the house banks was not changed on QAS system. So I directly edit it on QAS. Is there anyway I can transport House Banks using a transport mana

  • ISE DashBoard Access issue

    Hi, I am running distributed deployment with mutiple PSNs,MONs & Admin Nodes are deployed.I was verifying crtical vlan access and radius server dead critera and a test case scenrios to reboot/power off the devices for sometime and trun them on back a

  • Battery Life of Macbook Pro OS X ML

    Is it normal for Macbook Pro OS X ML battery to discharge even when it is off? I noticed my battery discharges from 100% to 96%  even if it was turned off overnight. I noticed also that when I'm using my laptop just for emails battery drains so fast

  • Upgrade macbook pro from  10.5.8 to os x lion

    any help will be apprecated since I cant figure it out from the apple website.  I want to be able to use icloud on my macbook pro.