In samrt forms, how to rectify FORMATING_ERROR and message:SSFCOMPOSER

i copied the existing smartform BBP_PO_PRN to new one, i deleted one window and added a new one. and tried executing it i am getting this error message FORMATING_ERROR and the message id is SSFCOMPOSER

Jospeh,
This error comes up usually if your output is unable to fit into the window / page you have defined. Make sure your output is with in the limits.
You can debug and find out at which object the error is coming. You can go into debug mode, put a break point at RAISE Statement (AS it is raising an exception). From there you should be able to back track it.
Regards,
Ravi
Note : Please reward the posts that help you.

Similar Messages

  • How to transfer contacts and message history from samsung note 3 to iphone 6 plus

    Can anyone please help: how to transfer contacts and message history from samsung note 3 to iphone 6 plus?

    You can visit : Move content from your Android phone to iPhone
    From this Apple Support website, you can get information about how to transfer contacts, music, photos, videos,  documents, and more from your Android phone to iPhone. But for text messages, you may need other tool.

  • How to move contacts and messages from Samsung Galaxy S3 to iPhone5?

    How to move contacts and messages from Samsung Galaxy S3 to iPhone5?

    As long as you had the Android data synced with your Google account, they should be there when you sync it on your new phone. That is by far the easiest way.
    I think there is also an import/export option when you hit the menu button in the contacts app. and you could export them to SD card and import them on the new phone using the same SD card.
    Or you can use Mobile Transfer to transfer data between Android smartphone. It is really simple, follow this guide to move contacts from Samsung S3 to iPhone 5.

  • PERWSHRG form - How to end/terminate and assignment with end dated entered by user Apps R12.1

    Hi All.
    How to end/terminate and assignment with end dated entered by user Apps R12.1?
    when i try to end or terminate and assignemnt the sysdate is begin registered for effective_end date.
    any help is reaaly greatly appriciated
    thanks and regards
    Soni

    Hi Soni,
    What is the end date you want to enter as. Are you talking about 31-Dec-4712. If not, please change the sytem effective date (calendar icon on the oracle menu) to the date you want to terminate and follow the termination process.
    Thanks,
    Avinash

  • How to rectify the error message " duplicate data records found"

    Hi,
    How to  rectify the error "duplicate data records found" , PSA is not there.
    and give me brief description about RSRV
    Thanks in advance,
    Ravi Alakunlta

    Hi Ravi,
    In the Info Package screen...Processing tab...check the option Do not allow Duplicate records.
    RSRV is used for Repair and Analysis purpose.
    If you found Duplicate records in the F fact table...Compress it then Duplicate records will be summarized in the Cube.
    Hope this helps.

  • How to save contacts and messages if i need to restore from factory settings?

    so after a hectic 2 hour talk with apple and i message not working, we figured out that my restore from my backup was the problem and we needed to restore the phone back to factory settings. so how do i save the important things like contacts and messages and return them to the phone?? i dont want to use iclouds i prefer backup on a computer. please help

    use icloud to back it up go into setting then icloud scroll down and make sure you back it up or plug it up to your comp and click backup when itunes pops up

  • HOW TO TRANSFER CONTACTS AND MESSAGES FROM 3G TO 3GS

    I BOUGHT NEW 3GS 2012 MODEL 8GB , AND WANT TO TRANSFER MY CONTACTS AND MESSAGES FROM MY OLD 3G 8GB TO NEW 3GS.
    OLD 3G IS NOT SUPPORTING TO I CLOUD. HOW CAN I GET ALL MY CONTACTS AND MESSAGES IN NEW 3GS?
    THANKS IN ADVANCE

    Can you try first backing up your 3G with iTunes (I guess synching also does this) and then restoring your new 3GS using this backup.
    Note that this might delete all other data you have in your new 3GS (if any) and replace it with the data you have in 3G. This might also lower the version of your OS in your 3GS, however you should be easily update the OS if restore becomes successful.

  • How to recover contacts and messages after restoring?

    I plan on restoring my iPhone and I want to know how to recover my contacts and messages before doing so. Can you tell me the step-by-step process on recovering my contacts and messages before I restore? Thanks for all your answers.

    selenafromshenzhen wrote:
    If you have backed up your iPhone before the jailbreaking, then you can recover contacts and text messages by restoring your iPhone with the iTunes or iCloud backup file. Read the guides: iCloud: Restore or set up your iOS device from iCloud & Use iTunes to restore your iOS device to factory settings - Apple Support
    i tried to update with new iOS, in between strucked my iphone, after that there is no data in my phone,
    can you help me how can i retrive it, Also i dont have backup (itunes / icluod)
    is there any possibilities to recover those my datas.
    Any softwares are available ???
    iPhone 6

  • SMART FORMS: How are they used and how can they be configured/enhanced?

    Hi Experts,
    I would like to know how are the smart forms used in crm.I know that by using t-code SMARTFORMS we can view/edit standard smart forms . But I am confused about the fact that how are they used.If some one can list me the steps to be followed in simple language that would be of great help.
    Any pointers would also be appreciated.
    Regards,
    Aneesh

    Hi Aneesh,
      In CRm we use smartforms to send mail to Business partners based on the client requirement. This sending process will be defined using Actions. Through actions we will trigger the smartform and send to the concerned busines partner mail id.
    Hope this helps you.
    Regads,
    Lakshmi.Y

  • Contact form, how to hide text and show hints?

    I want to create a contact form, using Dreamweaver. In the preview it looks allright. But when uploading, I get the following problems:
    The "hints" inside the boxes are missing, nomatter what browser I use.
    The text "A value is required" (for example) is visible all the time. It should only be visible if people enter and leave the box blank.
    And I just saw that it doesn't respect my font either, only in the preview mode.
    Preview:
    Uploaded (bad!):
    <form id="form1" name="form1" method="post" action="formmail.php">
      <span id="nameTextField">
      <label for="name">Name</label> <br />
      <input type="text" name="name" id="name" tabindex="10" />
      <span class="textfieldRequiredMsg">A value is required.</span></span>
      <p><span id="emailTextField">
      <label for="email">Email</label><br />
      <input type="text" name="email" id="email" tabindex="20" />
      <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></span></p>
      <p><span id="messageTextArea">
      <label for="message">Message</label> <br />
      <textarea name="message" id="message" cols="75" rows="8" tabindex="30"></textarea>
      <span id="countmessageTextArea"> </span><span class="textareaRequiredMsg">A value is required.</span><span class="textareaMinCharsMsg">Minimum number of characters not met.</span><span class="textareaMaxCharsMsg">Exceeded maximum number of <br />
      characters.</span></span></p>
      <label for="submit"></label>
      <input type="submit" name="submit" id="submit" value="Submit" tabindex="40" />
    </form>
    <script type="text/javascript">
    <!--
    var sprytextfield1 = new Spry.Widget.ValidationTextField("nameTextField", "none", {validateOn:["blur"], hint:"Your name"});
    var sprytextfield2 = new Spry.Widget.ValidationTextField("emailTextField", "email", {hint:"Your email", validateOn:["blur"]});
    var sprytextarea1 = new Spry.Widget.ValidationTextarea("messageTextArea", {minChars:1, maxChars:999, counterType:"chars_remaining", counterId:"countmessageTextArea", validateOn:["blur"], hint:"Your message"});
    //-->
    </script>

    Did you upload your Spry assets folder and CSS files to your remote server?
    Can you provide a link to your problem page?
    Nancy O.

  • How to configure ME38 and Message Output

    topic:EDI in procurement - delivery forecast  (DELINS)
    ME38 - ERROR:Output LPH1 for partner  cannot be processed 
    How would I configure the same in ME38 and the resultant PrintOuts and EDI messages?
    I've had a look in SPRO, andthis is the standard step by step procedure for Message determination that I done in SPRO:
    SPRO > Material Management-> Purchasing -> Message -> Output Control->MESSAGE TYPE->Maintain
    Message Types for Forecast Delivery Schedule/Expediter ->OK
    109-LP->EL document
    SPRO > Material Management-> Purchasing -> Message -> Output Control-> Maintain Requirements for
    Message Control
    LPH1->109
    SPRO > Material Management-> Purchasing -> Message -> Output Control-> Partner Roles per Message
    Type-> Define Partner Roles for Scheduling Agreement Release/Exped
    LPH1-6->OA
    WE20
    SPRO > Material Management-> Purchasing -> Message -> Output Control-> EDI->Set Up Partner Profile
    defined Partner LI, message DELINS
    SPRO > Material Management-> Purchasing -> scheduling agreements->set up stock transport sc.ag-> maint.REL.crea.profile for sc.agr.w rel.docu
    MN12
    LPH1-doc.Type-PurchORG-Vendor
    ME32L
    in Additional DATA      -> Scheduling Control (Firm zone=90&TradeOff-Zone=90
                   -> output control -> Plant-Profile
    ME38
    create schedules
    ME84
    run
    but in ME38 don't exist the message iDoc "LPH1"
    if I tried to create manually the system show the following message:ù
    OUTPUT LPH1 for partner cannot be processed
    message n.VN043
    Diagnosis                                                                  
        The proposed output cannot be processed. You can only display details.
    but I am not an MM configuration specialist (we don't have one at our company at present) and am therefore a little lost, any / all help appreciated.
    Best Regards
    Antonio Giovanniello

    Hi
    have you maintained the Partner Profile for the Partner role OA in the Outbound Parameters. Please maintain
    Thanks & Regards
    Kishore

  • How To Save Contacts and Messages in Mac OS?

    Hi Nokiers,
    I'm using Nokia E72 and MacBook. Tried PhoneDirector, the E72 can't connect with my MacBook and a Port Error 100 window pops up; iSync seems to has successfully synchronized but not sure what it synchronized to my Mac and where those files I can find in Mac.
    http://europe.nokia.com/support/product-support/isync/compatibility-and-download
    Does anyone know?
    Thanks and regards,
    Ngok

    use icloud to back it up go into setting then icloud scroll down and make sure you back it up or plug it up to your comp and click backup when itunes pops up

  • How do I accept calls and messages on my tablet?

    need help figuring out how to accept calls and messages i set up to have forwarded to my tablet from my note 2 that stopped charging all of a sudden. only 3 months away from upgrade so didnt want to purchase a phone at full price. i was told there was a way.
    >> Subject edited for brevity and content moved to body of post <<
    Message was edited by: Verizon Moderator

    The phone number for the tablet is just an identification for the VZW network.  That number doesn't allow for you to make or receive phone calls or even text messages with it.  You've been forwarding everything from your Note 2 to an abyss.  My advice is to find someone with a used phone that can take your sim card from the Note 2 and then activate it on Verizon's network.

  • Content and message based routing

    Hi Experts,
    How to do Content and message based routing for webservices through Enterprise Portal?
    Regards
    Sara

    hi
    Content based routing in XI can be done during
    1) Receiver Determinations (Integration Directory) --- Used for entering a condition for
    forwarding a message to one or more receivers
    http://help.sap.com/saphelp_nw04/helpdata/en/26/5ccd3bb4560f01e10000000a11402f/content.htm
    2)Interface Determinations (Integration Directory) --- Used for entering a condition for forwarding a message to multiple inbound interfaces
    3) Designing Integration Processes (ccBPM) (Integration Repository) --- Used for entering a condition for processing process steps (see Step Types)
    At all the 3 places u will use the Condition editor,
    http://help.sap.com/saphelp_nw04/helpdata/en/67/49767669963545a071a190b77a9a23/content.htm
    rgds,
    Arun

  • Having purchased and installed pages after finishing my 30 day trial I now can't save changes to documents, it keeps saying that my trial is over and I need a serial number?  Never got a serial number, any ideas how to rectify this?

    Hi, having purchased and installed pages after my 30 day trial had finished I am now unable to save any changes to documents I had created in the trial version.  It says I need a serial number, which I never got when I purchased the pages app.  Does anyone kno how to rectify this, I would be very grateful for any help as I'm currently writing up my thesis and am now unable

    Hi, I had the same problem and I found that you don't need a serial number anymore. Here is what I did:
    (1)I went to Applications fodder on my Mac. (You can navigate to the Application folder from 'New Finder Window.')
    (2) Deleted Pages (installed as part of the free  free trial version) from the Applications Folder. Also deleted 'IWorks' from the Applications folder.
    (3) Started AppStore.
    (4) Clicked on  Purchases.
    (5) Clicked on Pages.
    (6) Clicked Install.
    (4) repeated (5) and (6) for Numbers and Keynote

Maybe you are looking for