Decimal Notation in Forms as per his SAP Decimal Notation

Hi,
We need to display all numeric fields in the Adobe Form as per the Decimal notation of the User in his SAP user defaults.
Also, we need to take care that the currencies have current decimal places.
Please let us know if this is achievable in Adobe Forms. Is there a way we can set the number format of a field dynamically in Adobe.
Any pointers in this regard is highly appreciated.....Thanks in Advance.,
Raghavendra

Hi Raghavendra,
to be bale to decide in your abap-printprogram, which format to use for printing, you can read the decimals and number format from customizing (or user) and then pass into form through an additional interface parameter format_string of i.e. CHAR060.
Place your format string in a hidden textfield on your form
This format string can then be used in the adobe form to format the text-field using script:
this.format.picture = your_hidden_textfield.rawValue;
we do so for date-formats and currency-formatting we read out of the country customizing.
regards

Similar Messages

  • How to insert Adobe Form Data in the SAP backend?

    Hi there,
    I am very new to Adobe Forms. I am supposed to come up with a working scenario of inserting few form fields into the SAP backend. Is this done through a BAPI call? Or is there any other way for this to achieve?
    I have downloaded trial version of Adobe LifeCycle Designer. But I don't know how to integrate this with the SAP system. Is there anything else that I need to install in my system?
    Is there a document on how to configure all the installations for both local machine and the server (if any)?
    Please help.....
    [I went through the forum for this, but I did not get anything]
    Warm regards,
    Deepak

    hi,
    in the livecycle designer under libary tab u have webdynpro tab--->choose submit to sap button and place it in the adobe form ur designing. u can use this button to trigger the code that u have written in webdynpro java.
    for eg if u have
    a value node details
    and under that two value attr fname,lname
    import the model (Insertdata---it has two import param fname and lname)u need for updating the data to r3 system.
    in the ctrller have a method submit.Here write the code to insert fname and lname into the db.
    IPrivateMyForm.IDetailsElement elem = wdContext.nodeDetails().currentDetailsElement();
    Insertdata_Input input = new Insertdata_Input();
    wdContext.nodeInsertdata_Input().bind(input);
    input.setFname(elem.getFname());
    input.setLname(elem.getLname());
    try
    wdContext.currentInsertdata_InputElement().modelObject().execute();
    wdContext.nodeOutput().invalidate();
    catch (Exception ex)
    { ex.printStackTrace();}
    ul bind details to the datasource.
    when u edit ur interactive ui element these attr(fname and lname) vl be visible under dataview tab u can drag and drop them to the form
    now add submit to sap button in ur form.
    this button correspond to the onactionSubmit dat u have written in the ctrller.
    so wen u click this the data vl be inserted
    Regards
    Jay

  • How to upload offline adobe form(PDF) to the SAP?

    Hi,
    I am working on adobe forms for the first time.
    So I dont have much knowledge on it.
    I have created the layout for the SO form in transaction SFP.
    Kindly help me how to proceed further to upload the form data to the sap.
    Thanks in advance,
    Neha

    Hi Neha,
    The program will have the following steps:
    1.Data retrieval and processing : A select statement for the pre-populated information
    2.Obtain the name of the Generated Function Module of the form u2022 Start the form processing
    3.Call the Generated Function Module
    4.End form processing
    5. Send the form to the vendor using Business communication services (BCS)
    Follw this step
    select single field1 field2... from table into wa where field = P_field.
    call function 'FP_FUNCTION_MODULE_NAME'
    call function 'FP_JOB_OPEN'
    Then call the generated function module
    call function fm_name
    call function 'FP_JOB_CLOSE'
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
    Extract the Data:
    DATA: xml_data TYPE xstring,
          lt_xml_data TYPE STANDARD TABLE OF xstring.
          APPEND xml_data TO lt_xml_data.
    lo_pdfobj->get_data( IMPORTING formdata = xml_data ).
    Convert XML data from XSTRING format to STRING format DATA: lv_xml_data_string TYPE string.
    CALL FUNCTION 'ECATT_CONV_XSTRING_TO_STRING'
    EXPORTING im_xstring = xml_data
    IMPORTING ex_string = lv_xml_data_string.
    Thanks

  • Perform a form routine within a sap script form

    Hi!
    How can I
    perform a form routine within a sap script form.
    Regards
    sas

    OK,
    many thanks for your kindly reply.
    But basically there is a matter which I don't understand.
    Which way is the better way to loop at internal table:
    Solution1:
    FORM xxx.
    CALL FUNCTION 'OPEN_FORM'
    EXPORTING
       DEVICE                           = 'PRINTER'
       FORM                             = 'ZSD_PACKING_LIST'
       LANGUAGE                     =  SY-LANGU   .
    LOOP AT gt_versand_plan INTO gw_versand_plan.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
       ELEMENT                        = 'SHELEM'
       FUNCTION                       = 'SET'
       TYPE                           = 'BODY'
       WINDOW                         = 'MAIN' .
    ENDLOOP.
    CALL FUNCTION 'CLOSE_FORM'.
    ENDFORM.
    Solution 2:
    Having the LOOP within the  sapscript form -> 'ZSD_PACKING_LIST'
    Regards
    sas

  • Customize the changes in pricing as per the SAP for Domestic and  Import

    HI FRIENDS ,
         To customize the changes in pricing as per the SAP  for Domestic and Import Material cycle
    how to handle it ,
    thanks
    samal

    Hi,
    Two template pricing procedures (one for domestic and another for import) are available as part of standard.
    you need to tailor them to your needs.
    Hope this helps.

  • SAP Interactive Forms by Adobe with SAP CRM

    Hello community,
    I'm sure most of you would have seen the exciting videos showcasing the use of SAP Interactive Forms by Adobe with SAP CRM 2007 & SAP CRM 7.0. In case you haven't, you can find a couple of them [here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d05bc7e9-0183-2a10-17ab-cf77195fcdec] and [here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00fddbc0-e3c9-2b10-05b4-dd1aced4ad12].
    What I would like to ask of the community here is to share some of the experiences and feedback regarding the use of SAP Interactive Forms by Adobe with different business processes in SAP CRM, be it order managemnt, activity management or business partner management. Any implementation examples would be great!
    Thanks in advance!
    Regards,
    Sandeep

    Hi again
    I solved the problem by installing the Adobe Designer 7.1.
    Now my next problem is that I have no ADS (Adobe Document service).
    That makes sense to my Adobe forms newbi brain. My guess is that the ADS must run on the JAVA stack and my testdrive is a ABAP stack only.
    My next shot will be to install an JAVA testdrive on top of my ABAP testdrive and see what happens.
    =0)

  • I'm trying to execute the file sqlplus /nolog @statistics.txt sapuser as per the sap note 0001020260 ihow can i find the sapuser

    i'm trying to execute the file sqlplus /nolog @statistics.txt <sapuser> as per the sap note 0001020260 ihow can i find the sapuser

    KANNAN VENKATACHALAM wrote:
    brconnect -u / -c -f stats -t all -- what it will do exactly ?
    Would you mind to read the BR*Tools documentation?
    it is located on the oracle community (same place as this forum) it is quite a big document.
    AFTER you have read it, if you have any problem understanding what that command does exactly you are welcome to ask again

  • Importing form data per XML - Using the form interface?

    Hi!
    I'm developing interactive forms by adobe and I want to import my form data per XML file. The xml file and the email are created by my pdf document.
    Now this xml file has to be parsed by a report or something like this.
    Is it possible to use the form interface, I implemented, or do I have to parse it manually?
    I think it has to work with this interface because it makes the pdf and it "knows" what to import/export.
    Am I wrong with my suspicions or can you help me with this problem?
    Thanks & greets,
    Philip Gillißen

    I'm pretty impressed of Adobe and their stuff (I do NOT refer to the community), how helpful they are.
    Perhaps I didn't understand  the meaning on the offical customer support website, stating:
    The best way to contact us...  
    Ask our experts 
    Our community and staff are at your service 24/7
    Even worst, their is a similar question from 25/09/2013 (http://forums.adobe.com/message/5711946#5711946) and no feedback form Adobe stuff at all.
    Great service guys!
    Thanks a lot!

  • BO 5.1.8 - Decimal "zeroed" in reports though DB data contain decimal value

    Hello,
    I've a problem with a report.
    In my DB2 8.2 db I've a field defined as "DECIMAL" (that contains values with decimal of course...ex.: 100,48).
    In my report, I get all the decimal of that field (and others) rounded like "xxx,00" (ex.: 100,00)
    The values before de decimal are correct, but the values after the decimal  are all ",00"
    Within the data manager, I can see the values without decmals (ex: 100), so I weel understand it comes from that part, but how can I change this?
    I've checked the Regional settings of my PC, all possible config in BO and in DB2 client but cannot find a clue for this.
    Any suggestion would be warmly welcomed!!
    Thanks a lot.

    Hello Jean Marc,
    Please post this query to the [Legacy Products|SAP BusinessObjects BI Legacy Products;  forum.
    That forum is dedicated to topics related to legacy products such as Business Objects Enterprise 5.x and 6.x.
    The forum is monitored by qualified technicians and you will get a faster response there.
    Also, all Legacy Product queries remain in one place and thus can be easily searched in one place.
    Thanks a lot,
    Falk

  • BO 5.1.8 - Decimal "zeroed" in reports though DB data contain decimal valu

    Hello,
    I've a problem with a report.
    In my DB2 8.2 db I've a field defined as "DECIMAL" (that contains values with decimal of course...ex.: 100,48).
    In my report, I get all the decimal of that field (and others) rounded like "xxx,00" (ex.: 100,00)
    The values before de decimal are correct, but the values after the decimal are all ",00"
    Within the data manager, I can see the values without decmals (ex: 100), so I weel understand it comes from that part, but how can I change this?
    I've checked the Regional settings of my PC, all possible config in BO and in DB2 client but cannot find a clue for this.
    Any suggestion would be warmly welcomed!!
    Thanks a lot.

    Hi Jean,
    Could you please test the following solutions.
    Solution1:
    1.Change the object definition in the designer by adding Zero (0) or by multiplying with One (1).
    Ex: SalesRevenue*1
    Or
    SalesRevenue+0
    2. Save the Universe and test the issue.
    Solution2:
    Use database-level syntax to convert the numeric database field to a string so that Deski Reports will interpret it as a string type, and display all of the characters.
    For example, in Oracle, cast the number using to_char () and in Microsoft SQL Server use CAST() or STR() prior to adding the field to the report.
    Regards,
    Sarbhjeet Kaur

  • Adobe Interactive Forms - Senden per mail

    Hallo,
    ich benutze auf meinem Formular die Senden-Schaltfläche da ich das Dokument als PDF senden möchte. Unter "Absenden an URL" habe ich eine feste Mailadresse mit "mailto:" angegeben. Hier möchte ich eine zweite frei wählbare Mailadresse noch mit angeben können.
    Ich habe es schon mit einer zweiten festen Mailadresse (mailto: adr1;adr2) ausprobiert. Das funktioniert.
    Gibt es eine Möglichkeit dieses Attribut (Absenden an URL) der Sendenschalftläche per Script zu setzen? Bisher habe ich auch noch keine brauchbare Lösung gefunden. Eine zweite Schaltfläche möchte ich nicht implementieren. Kann sein, daß in Zukunft auch noch weitere Mailempfänger hinzukommen.
    Vielen Dank im Voraus für eure Unterstützung!
    yukoono

    Hi,
    Adobe Interactive form can be generated and sent it via email by using a normal Java class. But that Java class should run in a server which should contain Adobe DocumentService.This java class can be archived as a par file and deployed on Portal server or can be written as a Webservice and can be triggered by clicking on a URL.
    Hope this blog helps.
    /people/ramesh.kotagiri/blog/2009/01/19/dynamic-generation-of-offline-adobe-interactive-forms-for-sap-46c-and-ep-70-without-user-intervention-part-150-iii

  • Save adobe form fill, send & update SAP

    Hi Experts,
    I am new to interactive Adobe form, so need to clarify few things regarding the development of it:-
    1. Suppose i have a interactive form with a dropdown for designation. I sent to the vendor through using SAP mails. Can he see the dropdown list there in the attached PDF file??
    2. If, then after filling the form with those values he will send it through his email. Now, how to upload that form data(like address) in SAP?
    3. Suppose he saved the form, filled it and send us after a month. In between the designation table got modified. The designation he seleted no longer exist. Then how will it work?? where will be the validations for this?
    can anyone give me the live scenario??
    Regards,
    Nik

    Hi
    1. Yes, He can the dropdown list , in the attached PDF File.
    2. First you can import that PDF file into your form layout then
    You can connect the form with OLEDB data connection after that, drag and drop the button in the layout, and you can rename that button "UPDATE"
    Select that button then select CLICK event and script as JavaScript and write the following code in that
           xfa.sourceSet.DataConnection.update();
            the contents will update in the sap table
    Thanks
    Sriiiiiii(Srikanth)

  • Error while uploading script form text file to SAP system

    hi
      i down loaded a SAP Script from production server to local test file using RSTXSCRP
    it get downloaded successfully but when i am uploading it to development server it is giving ERROR as :
    Transport object FORM ZIV_MEDRUCK_PO is being processed        
    Language vector used: DE                                       
    Original language was set to E                                 
    ERROR: Save with SAVE_TEXT(FORM ZIV_MEDRUCK_PO SAP DEF ) failed
    Text ID DEF 1 for text object FORM 2 does not exist            
    001 fatal error(s) occurred during import                      
    ERROR: Invalid start marker: instead of H                      
    ERROR: Invalid start marker: instead of H                     
    please help .

    Hi ,
    The text used in the previosu script is not in language en or proabably the standard text is not existent at the application server .
    Create the same text first then try uploading it it shold work.
    Regards,
    Nisrin.

  • Creation of datasource  form combo box in SAP Business One SDK

    Hi,
    How to create  the  user datasource for  combo box in SAP Business One SDK.
    Regards,
    Y.

    Hello freind
    yu can used following code for userdatasource when form loaded
                Dim Branch  As SAPbouiCOM.ComboBox
                oform.DataSources.UserDataSources.Add("Ebranch", SAPbouiCOM.BoDataType.dt_SHORT_TEXT, 25)
                Branch = oform.Items.Item("3").Specific
                Branch.DataBind.SetBound(True, "", "Ebranch")

  • Decimal places in form

    Dear Gurus.
    I need to display dinamic decimal places in my form.
    for example if I have a variable containing value:
    1.500  - need to display it as 1.5 (omitting trailling zeroes)
    1.520  - need to display it as 1.52,
    1.000  - need to display it as 1
    please help.
    Thanks & Regards,
    William Prawira.

    Hi,
    you need to write program lines in order to check the first,second and thrid decimal places with the following code and then display accrodingly the values.
    LV_DEC_PART = FRAC( TABLE-FIELD ).
    then in insert three text nodes with the same field with offsets.
    &TABLE-FIELD.0&  with the condition LV_DEC_PART+0(1) = 0.
    &TABLE-FIELD.1&  with the condition LV_DEC_PART0(2) = 0 AND LV_DEC_PART0(1) # 0.
    &TABLE-FIELD.2&  with the condition LV_DEC_PART0(3) = 0 AND LV_DEC_PART0(1) # 0 AND LV_DEC_PART+0(2) # 0.
    Hope this is clear.
    Regards,
    Ram

Maybe you are looking for

  • Connect 6800 printer to new router

    I have searched all the HP pages and this forum and haven't found an answer that works. I have a Deskjet 6840 printer and just had to buy a new router (linksys N750) and cannot connect the printer via wireless. With this model I cannot use the setup

  • Exit Code 15 error on installation of CS 6 Design and Web Premium (Mac)

    I've been trying to install CS6 on my Mac and having repeated installation errors. I actually signed up for the Creative Cloud product earlier in August and had the same installation errors, so I canceled my subscription. I thought the errors might b

  • How to extract original file contents from content server

    Hi, 1)How can we extract original file contents from the content server (which in our case is SAP database itself)... 2)What exactly is PHIO_ID and LOIO_ID? Thanks and regards, Santhosh Kumar U.P

  • 6630 back up data - LOST????

    Hi, I reset my phone to factory settings and before i did this backed up my contacts, etc.  Nokia Pc suite asked where i want the data to be stored and i picked the folder PC Suite default. So after doing all that i connected my phone again via usb c

  • Adobe DNG Converter 7.4

    I downloaded Adobe DNG Converter 7.4 to upgrade Elements 10 to accept RAW files from my Nikon D7100 but it won't. The reason given is: The file format is damaged or is in a format that cannot be included in Elements Organizer. It does accept jpg file