URGENT REQUIRE -- parameter's form language cann't read

i have a problem with my report. field in parameter form in report builder can not change in thai language (font). So I can't read output word in Thai. what should I do ? (urgent require...)
)

i have a problem with my report. field in parameter form in report builder can not change in thai language (font). So I can't read output word in Thai. what should I do ? (urgent require...)
) Hi
U got to store not only the fields also the Labels in the database to view in Thai. Since the DB can refer the NLS
I think this should give u some idea

Similar Messages

  • How to send more than one parameter from FORM to REPORT?

    Dear all,
    i can send one parameter from FORM to REPORT. but when i send more than one parameter it gives error: frm 41214 unable to run report.
    here is the code i think the error is in the following line of procedure:
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=no p_date_from='||v_date_from||'p_date_to='||v_date_to);
    where to place the parameters and is there any space is required?
    Thanks
    Muhammad Nadeem

    Dear Saeed Iqbal,
    thanks for you reply.
    dear i am using Form 10g run_product is not supported in this version.
    i am using RUN_REPORT_OBJECT.
    PROCEDURE rep_gl_ledger IS
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(50);
    v_date_from date;
    v_date_to date;
    v_detail_id_from varchar2(100);
    v_detail_id_to varchar2(100);
    v_voucher_type varchar2(100);
    --req_no char(17);
    BEGIN
    v_date_from :=      :ledger_para.p_date_from;
    v_date_to :=      :ledger_para.p_date_to;
    v_detail_id_from :=      :ledger_para.p_detail_id_from;
    v_detail_id_to :=      :ledger_para.p_detail_id_to;
    v_voucher_type :=      :ledger_para.p_voucher_type;
    repid := find_report_object('gl_ledger');
    --repid := find_report_object('REPORT80');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'pdf');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'rep_online_FRHome');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=no p_date_from='||v_date_from||'p_date_to='||v_date_to);
    --SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=no');
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    /* Display report in the browser */
    WEB.SHOW_DOCUMENT('http://'||:GLOBAL.G_IP||'/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?','_blank');
    ELSE
         message('Error when running report');
    END IF;
    END;
    Regards:
    Muhammad Nadeem

  • Urgent requirment on PAYMENT Program

    Hi,
    I have a very Urgent requirement about Payments to customer using Payment program, I need to pay to customer   for a over payment (he initially paid on invoice) now I need to pay back that type of customers, How it is done in Sap, if that can be done in using f110, if yes  how it will differentiate the over payment-open item (here I don’t want to pay credit notes automatically)
    And one more question is if I need to list all the over payments   in a forms and get it approved/ validated and trigger the payment run
    Please throw some light on it is really urgent
    Thanks
    Sireesha

    Hi Sireesha
    Just enter the customer number(s) in the parameters of the payment program (F110).  You can further define other selections such as document number(s) in the "Free Selections" tab.
    You are able to include/exclude documents in the payment proposal log by blocking/unblocking individual lines (normal F110 functionality).
    Kylie

  • Requirement in SRM Forms

    Hi All,
    I have a requirement in SRM forms.
    The requirement is like this.
    <b>STEP1</b>
    •Compare Country of Purchasing Organization with Country of Vendor from the RFx
    A. If the Country of Purchasing Organization and Country of Vendor from the PO/RFX/CONTRACT are the same, then use local language (ZBBP_FORM_LAYOUT_DET - ZLOCAL)
    1.If local language (ZBBP_FORM_LAYOUT_DET - ZLOCAL) is ‘EN’ then print form layout and print Texts (ZBBP_FORM_TXT_DET-ZLOCAL) in English(‘EN’) for the Purchasing organization, Form type and output date between the date range (ZFROM_DATE and ZTO_DATE)
    2.Local language (ZBBP_FORM_LAYOUT_DET - ZLOCAL) is not ‘EN’ and based on Label Language (ZLABEL_LOCAL), Print labels in the required languages and print Texts in Local language (ZBBP_FORM_TXT_DET-ZLOCAL) for the Purchasing organization , Form type and output date between the date range (ZFROM_DATE and ZTO_DATE)
    B. If the Country of Purchasing Organization and Country of Vendor from the PO are NOT the same, then use language as non-local language (ZBBP_FORM_LAYOUT_DET - ZNONLOCAL) then print form layout based on Label Language (ZLABEL_NONLOCAL) and print Texts in on-Local language (ZBBP_FORM_TXT_DET-ZNONLOCAL) for the Purchasing organization, Form type and output date between the date range (ZFROM_DATE and ZTO_DATE)
    <b>Step 2:</b>
    Get Texts Names and language where Text Type in ('BILL_TO' ,HEADER, EOP, NOTE,, FOOTER_LT, FOOTER_MID, FOOTER_RT, EODOC, TERM_COND, PCODE,VC_SUFFIX')  as per the purchasing Org and  Date range, then get  Text details of 'Text name' where text id ='ST'  and as per form language and populated them on the RFx, which are stored using transaction .code 'SO10'. 
    Can u tell me how to proceed with Step 1 AND Step 2.
    Actually this is a  ZForm. Can u tell me where should i have to implement logic for Step 1. and Step 2.
    rewards to all.
    thanks & regards,
    aarthi.

    Hi,
    Check once again u r form.  U might have ticked any conditions
    like only on first page.
    Let me know if u don't find a solution.

  • Urgent Requirement: sd_invoice_release_to_account - how to use?

    I have a really urgent requirement.  I need to release my invoice using this function module.  What should be the value of the parameter WITH_POSTING?

    Hi Maple,
    I think its value is 'B'.
    Kindly find the sample coding below.
          CALL FUNCTION 'SD_INVOICE_RELEASE_TO_ACCOUNT'
            EXPORTING
              with_posting = 'B'
            TABLES
              it_vbrk      = it_vbrk
              xkomfk       = lt_xkomfk
              xkomv        = lt_xkomv
              xthead       = lt_xthead
              xvbfs        = gt_vbfs
              xvbpa        = lt_xvbpa
              xvbrk        = lt_xvbrk
              xvbrp        = lt_xvbrp
              xvbrl        = lt_xvbrl
              xvbss        = lt_xvbss.
    Dont forget to reward points if found useful.
    Thanks,
    Satyesh

  • Urgent requirement in format change....pls help

    Hi experts,
    I have a urgent requirement of changing the format according to the customer where the form will be sent. The fields that I need to change are date and currency formats.
    Only the customer name his country and region is mentioned and I am working with smartform.I had to retrieve the format according to the details given above.
    Can anyoneplease help me out regarding the query.
    Useful answers will be awarded.

    hi abi,
    how many formats u have to print... if have difine number of formatas
    you can do as foollows.
    1.create a folw login before printing the data time... therer move the date and time to different variables using the WRITE TO statement.. then print the variables.
    2. create different textelemnt for differnt type of customes.. in each textelment contatins differnet format to printed.. in conditons tab of the textelemt give the condition to print..
    Please Close this thread.. when u r problem is solved
    Reward if Helpful
    Regards
    Naresh Reddy K

  • Passing date parameter from forms to report

    Hi,
    I'm using forms and reports 6i.
    I want to pass one date parameter from forms to reports.
    Using
    Add_Parameter(pl_id,'P_FROM_DATE',TEXT_PARAMETER,:FROM_DT);
    giving me error REP-0091- Invalid value for parameter 'P_FROM_DATE'
    This i think is because report expects date and here it is converted as varchar.
    Please help

    Hi Divya,
    Even I use this kind of statement
    Add_Parameter(pl_id,'P_FROM_DATE',TEXT_PARAMETER,:FROM_DT);and works fine for me.
    This i think is because report expects date and here it is converted as varchar
    Correct.
    Open the report in the builder and under Data Model -> User Parameters, Go to the Property Inspector of P_FROM_DATE. Under Parameter, set Datatype as Character instead of Date.
    Hope this should work. and tell me if it works(coz it wokred for me).

  • Urgent requirement please help

    hi everybody iam new to this webdynpro
    i got an urgent requirement to build a prototype for the following requirement.  my application has 9 scenarios idid first two and i stuck up at the 3rd scenario.  From the 3rd scenario 2 sub scenarios im posting. please guide me as it is most urgent. if any body has time and patience i could send the requiment to their mailids
    Thanks in advance
    khaja
    3.     The application window has five areas.
    a.     Screens
    b.     Data Object
    c.     Source Object
    d.     Mapping of Screen and Data Object
    e.     Mapping of Data Object and Source Object
    4.     In the Screen area,
    a.     There is a list at the left side shows all the   screens used in the application.
    b.     There is graphic on the right side shows screen flow of the whole application
    c.     There is screen detail on the right side can be switched from the screen flow graphic. The screen detail reflect the screen selected at the left side, it shows
    i.     A box with the label of the Screen name
    ii.     Multi lines show the fields displayed on screen
    iii.     Each field has a indicator of being able to input
    iv.     Multi button in order shows commands in this screen
    v.     Each button has event name
    vi.     Each button has a pointer point to next screen this command trigger
    5.     In the Data object area,
    a.     There is a tree structure at the left side shows all the Data Objects in the application.
    b.     There is graphic on the right side shows the detail structure of the data object selected on the left side. The detail structure shows
    i.     A box with the label of the Data Object name
    ii.     Multi lines show the Data Object fields
    iii.     Multi points show the sub-object relationship
    iv.     Multi links show the foreign fields relationship

    Hi,
    One more question.
    Do you want to display all the Object areas at a time
    There are 5 areas right. How do you want to nagivate ?
    Please explain ...some how from the usecase
    document i can't makeout the exact requirement how
    your are expecting the UI .
    Regards, Anilkumar

  • Missing Required Parameter 'from' for event 'open' -- InDesign CS3 Error

    Now that I've upgraded to OS 10.6, and I'm getting this weird error message (Missing Required Parameter 'from' for event 'open') when I open CERTAIN InDesign files by double-clicking on the icon. Other files open okay. Everything SEEMS to open okay when I open CS3 and go to FILE and OPEN.
    Anyone else having this problem? Any advice?

    I was having this problem too and then noticed that the files that would not open had special characters in the name, # or % for example.
    I changed the name to exclude these characters and they all opened just fine.
    If that doesn't work, it may be, if you use it, Suitcase Fusion. Extensis says that if your computer name is too long or also has special characters in it that it could be a problem in OSX 10.5 and later. Go into System Preferences/Sharing and edit your name to within 20 simple characters.
    I hope this helps.
    Message was edited by: Dyrian

  • How to replace the forms6i menu parameter in forms 10g after migration

    Hai,
    We have forms6i application and we are going to migrate forms6i into forms 10g .The forms 6i have the menu userdefine parameter.But forms 10g don't have the option. so please send me the suggesstion what we can do .Is there any alternative way.How to bring the same funtionality in forms 10g after the migration.pls reply me
    THANKS

    We had the same problem - you could develop a new form just to accept the necessary user input, but that might be overkill. We used Forms Editors, displaying them with an appropriate startup text e.g. 'Parameter1='. The user then types in the parameter, then we check the new Editor text and pull out the info we need.

  • SMARTFORMS - Change an import parameter in form interface

    Hello everyone,
    I don't know if it's possible, but I put some program lines in my smartform to clear some fields if the last page is not reached. The problem is that these fields are from a table that's stated as an import parameter in form interface, which means that data is taken from the program, right?
    Am I able to clear these fields anyway? If so, which way?
    In my code I'm comparing the systems fields sfsy-page and sfsy-formpages, if they're different I clear the fields, otherwise I don't, actually I did it because the conditions don't get the result as I wish. If I check "only after the end of main window" the whole table doesn't appear in my form and I don't want that.
    PS: I didn't set this condition on table, I set it in the text.
    Any ideas?
    Thanks in Advance.

    Hi,
    You can do one thing.....create an internal table in the smartform itself....transport those values in this table and display the fields using this table only.
    Now if the last page is reached u can use the main table (that is imported from the program). This way the original data is not cleared.
    I hope it helps.
    Regards,
    Shraddha

  • How to Pass Parameter a form to another form ?

    Hi,
    I want to pass Parameter a form to another called form.
    What are the steps i want to do.
    Please guide me
    kanish
    Edited by: Kanish on Jul 21, 2010 11:38 PM

    Besides the two options FormsEleven gave, there's a third one: package variables.
    Create a package in a Forms library, define a variable in the package specification.
    Start the form with call_form/open_form with the option "SHARE_LIBRARY_DATA".

  • Applescript: missing required parameter "including hidden layers"

    I've used this script (below) for packaging files in InDesign CS3, but when I upgraded to CS4 I always get this message: "Missing required parameter 'including hidden layers' for event 'package'." Does anyone know how to include this and where it goes?
    Thanks.
    on run
    display dialog "Whoa Dude, I'm a Droplet so drop an InDesign file on me"
    end run
    on open draggedItems
    tell application "Finder"
    make new folder at alias "Macintosh HD:Users:Melanie:Documents:ScriptFiles:Packaged:" with properties {name:"_Folder"}
    end tell
    set folderPath to "Macintosh HD:Users:Melanie:Documents:ScriptFiles:Packaged:_Folder:"
    repeat with currentFile in draggedItems
    tell application "Adobe InDesign CS4"
    set openedfile to open (currentFile as alias)
    set theDoc to (document 1)
    tell document 1
    package to folderPath copying fonts yes copying linked graphics yes copying profiles no updating graphics yes ignore preflight errors yes creating report yes
    set fileName to (name of theDoc)
    set filepath to folderPath & fileName & ".pdf"
    export openedfile format "Adobe PDF" to filepath using "[Smallest File Size]"
    save openedfile
    close openedfile
    end tell
    tell application "Finder"
    set NewName to fileName & "_Folder"
    set name of folder folderPath to NewName
    end tell
    end tell
    end repeat
    end open
    ---------

    I don't use InDesign/CS4, but it seems clear that the 'package' command now has additional parameters that you're not including in the command.
    Since it's telling you that 'including hidden layers' is the parameter that's missing, just append it to the packagecommand, with either a 'yes' or a 'no' depending on what you want:
    package to folderPath copying fonts yes copying linked graphics yes copying profiles no updating graphics yes ignore preflight errors yes creating report yes including hidden layers no

  • Urgent requirement on adding context menu in strobe media player

            i want add fullscreen and scale mode in strobe player context menu.. i have added these menu items to context menu in videoInfoOverlay action sctipt.
    but i dont know how to add code for full screen in context menu click event.. what code i have to add into it?  this is very urgent requirement.. can anyone know?

    Silviu,
    Thanks for the quick response.  I had not seen the building-osmf.pdf file before.  Upon quick inspection it seems to be based on CS5 and not CS5.5 and the font issue that I am running into does not seem to be mentioned in the document.  Once I figure out the font issue I'm having, I'll update this thread.
    Regards,
    Tim

  • Hi friends it is very urgent requirements

    hi experts,
    i have one good requirement ie
    in CRMD_ORDER trancation when i give a quotation no there u will find one tab document when i click that i will get an icon for importing a file from my desktop.
    so i want to make every thing with my selection-screen.
    IN my selection screen i have one field for quotation no and paramater to select the document from my desktop, so when i exectute my program the document should be placed in crmd_order transcation.
    very very urgent requirement.

    Hi,
    check the below
    This comes in the attributes window while creating a program
    Authorization Group
        Authorization group to which the program is assigned.
        The assignment of a program to an authorization group plays a role whe
        the system checks whether the user is authorized to:
        o   Execute a program
              > Authorization object S_PROGRAM
        o   Edit a program (-Include) in the ABAP Workbench
              > Authorization object S_DEVELOP
        Programs that are not assigned to an authorization group are not
        protected against display and execution.
        Security-related programs should, therefore, always be assigned to an
        authorization group.
        Report RSCSAUTH can also be used to assign programs to authorization
        groups. This report is documented in detail.
    and for alv while designing the menu for it  u  can assign any ICON to your button while designing it there is option for that
    reward if helpful

Maybe you are looking for

  • Upgrading from OS 8.5 or 8.6

    Ok, did a clean install on a PowerMac G3, classic is missing because I never had OS 9. I read in Pogue Press/O'Reilly's Missing Manual that you can get OS 9 for $20 with proof of your tiger purchase..... Anyone know where to go for this? It just said

  • Portal and Versions Management Software!!

    Hello I have developed many thing using portal, like dinamyc pages, reports, forms, portlets, etc. I need to use a software to manage the versions of this components but I don't know how to integrate the things in portal with this software. I know th

  • Need a little help coding math for an iphone app...

    I am having trouble coding the following for an application that has to do with math calculations for an iphone application. I was hoping for at least someone to point me in the right direction/ I have two text boxes, and I want the application to ad

  • IMovie HD can't import iTunes songs

    I recently updated my iTunes to 7.5 and everything seemed to work fine, I've purchased new songs and they all work plus the old ones also work. Now in the middle of making a movie with iMovie HD (5.0.2) I discovered that when I click on audio and try

  • Share you RMAN script with me

    Hi I newly hired to vacation as DBA. Could you experts share your RMAN backup script with me please? Which backup script do you us? Thanks in advance