Display item number in US certificate of origin

Hi,
Currently in US certificate of origin, it doesnt display item number in item details.
Sapscript: SD_EXPORT_FUCO
FunctionPool: SAPLV55E
Include Name: LV55EF24
I had copied SD_EXPORT_FUCO into ZSD_EXPORT_FUCO and added V55ENAFT-POSNR to display item number but there is no value in that field.
In the standard sap Function Pool(SAPLV55E) and Include(LV55EF24),
this
*   PERFORM GET_ITEM_NUMBER_NAFT.      "Item number
*   PERFORM FILL_ITEM_NUMBER_NAFT.     "Item number
were commented. I guess this is the reason why V55ENAFT-POSNR is empty.
Is there any other field that i can used to display item number in that sapscript?
Appreciate advice.
Cheers!

Hi,
Just a suggestion, you can write a perform in the SAP script since you made a Z copy of it. Write the code for fetching the POSNR in the subroutine program. You could take help of the select query from where to fetch the data from that perform that is commented in the SAP programs.
In the script:
/: PERFORM GET_POSNR IN PROGRAM Z_GET_POSNR
/: USING                                                     // parameters to pass
/: CHANGING                                              // parameters to return back
In the program Z_GET_POSNR
FORM GET_POSNR TABLES IT_INTAB STRUCTURE ITCSY IT_OUTTAB STRUCTURE ITCSY
Write code to fetch POSNR
Pass the value back to the script
ENDFORM
IT_INTAB and IT_OUTTAB have fields NAME and VALUE.
Thanks and Regards,
Vanessa

Similar Messages

  • Certificate of origin(Urgent)

    Hi All,
    My client wants to have seperate Certificate of Origin's(Output) for each Material at Delivery Item -level.
    Actually Certificate of Origin is a Output type which appears in Billing, but we cant have provision to display the "Certificate of origin" at Item level in Billing documents.
    So My client wants to have Certificate of origin(Out Put type) at delivery Item-level in order to know each and every material's comtry of origin.
    Generally this Certficate of Origin contains the details where Material is produced .
    This Certificate of Origin helps the Customs Department as well as Ship-to-party(Customer) in telling from where the Material has came from.
    I had taken the details Certificate of Origin Out put type from Billing and i had created the same Out put type at Delivery Item-level,but the problem is iam able to get a output but  in the output Iam unable to see any informatiom , only the Output format is displayed with out information.
    What i understand is that the Program which is mainatined in Output Type(billing) is only useful in picking the FORIEGN TRADE  values from billing documents but not from the delievry documents.
    So any one please guide me in using the certificate of Origin at Delievry Item level in order to pick the Foriegn Trdae values in delievry.
    This should happen when the material is from Two different countries in delievry .
    I tried my best to give the explaination.....do kindly provide me with the solution..
    waiting for ur valuable answers
    Thanks in advance
    regards
    SK

    Hi Prasant,
    You can refer to this link for information about COO,
    [COO|http://en.wikipedia.org/wiki/Certificate_of_origin]
    In SAP , here you can maintain
    http://help.sap.com/saphelp_40b/helpdata/en/ed/3b6cc697e711d1b4e20000e82d81b0/frameset.htm
    Thanks,
    Raja

  • Display number 1 to 10 in a text item or display item

    I want to know how do i display the number of 1 to 10 in a text item or a display item.
    What triggers should I use? What are the differences for each smarttriggers?
    What are the differences between a text item and a display item?
    Thank you in advance.

    Trigger
    PRE-TEXT-ITEM
    ============
    BEGIN
         FOR i IN 1..10
         LOOP
              dbms_output.put_line(i);
              END LOOP;
    END;
    I have a text item on my form. How can I display the output on to them when I have compiled and run the form?

  • Aperture trash is not displaying items in trash.  I want to get a number items out of trash.  How do I get them displayed or is there another  way  to put them back in the file?

    Aperture trash is not displaying items in trash.  I want to get a number items out of trash.  How do I get them displayed or is there another  way  to put them back in the file?

    See Why can't I see my deleted photos in Trash?

  • AR Invoice Item Number - Anonymous Value display

    Dear All,
    In AR Invoice when I give the Item Number it automatically getting change to some anonymous value ( _SYS00000000295 ) for  one particular user login only.
    Pls help me.
    Thanks in advance.
    Rajesh

    Rajesh,
    don't remove item code column.
    Remove formatted search applied in any of fields.
    press ctrlshiftf2 in item code,if you
    applied fromatted search using search by query option,
    right click query name,click remove,select first option
    without search,click ok.
    if applied formatted search using search in saved values-remove the values and select without search option and
    click ok.
    Jeyakanthan

  • Items number to display when combobox is dropped down

    Is it possible to set the items number to show when combobox is dropped down. I mean that the default number of items a combobox shows is 8, and i have 9 items at all. I do not want to scroll only for 1 item. Is it possible?

    Try using JComboBox.setMaximumRowCount - this should do what you want it to.
    Hope this helps.

  • Display Item cleared when using 'Enter-Query'

    Hi all,
    i am going to develop a multilanguage application with very
    special heading texts using display items for these headings.
    BUT- if I press EnterQuery, they are cleared also.
    How can I restrict cleanup of these display items used as
    headings ?
    I was looking in the properties, but no idea.
    Thanks for help,
    udo

    I'm showing how to do it when switching modes. I'm
    not suggesting this is the best way to do a query.We need to look at this in the context of the original probelm in the thread linked to above. For most cases the when-timer-expired etc is just a huge detour around using the pre-query trigger but it's an interesting approach to the specific problem in the earlier thread. The OP there wanted to be able to type '>5000' into a number field in a non-database block, which we can do in a database block in enter-query mode, and use it as a query parameter in the database block. Perhaps if we enter this into a character field in the non-database block and populate the numeric field in the database block whilst in enter-query mode then we can do searches on ranges of data? Unfortunately it doesn't work - you get an ora-06502 error just like you do when using the pre-query trigger. For the situation in the original thread you would have to use a 'default where'.

  • ALV report i want to display in each P.O , i want to display item details

    Hi all,
    in alv report i want to display in each P.O , i want to display item details. is it possible without hierarchical display.

    hi,
    once you retrive po number from ekko then retrive data from ekpo and loop at ekpo and append all the item details to your internal table.

  • Line item number per invoice

    Hi Gurus,
    i need to display the line item number in the report as per the FB03 tcode per a document
    i have a query on a multi provider which includes 0FI_AP_4(FIAP) and 0FI_TX_4(FI TAX) cubes
    iam not getting the correct lineitem value as per FB03 tcode
    how to get this value in the report
    Please provide inputs
    Thank you

    Hi,
    0FI_GL_4 extractor pulls data from BSEG table as well as FB03 does.
    Check if the data from this extractor suits your requirement.
    Regards,
    Tiago.

  • Sorting on non-displayed items - can it be done ?

    Hi,
    I'm very new to Discoverer (and this forum), so apologies if I'm covering old ground.
    I've created a simple discoverer table report and the folder I've based the data on has a number of columns that determine the sort order i.e. called 'activity_type_sort_order', 'activity_sort_order', 'enclosure_order_order' - this is because the related columns activity_type, activity and enclosure are VARCHAR but contain numeric values.
    Hence, the existing application displays the data in the correct order in the Forms and Reports without showing the user the underlying columns that are determining the order.
    I want to do something similar in Discover i.e. produce a report that displays the columns activity_type, activity, enclosure but sorts the data based on 'hidden' columns activity_type_sort_order, activity_sort_order and enclosure_sort_order.
    I tried creating my first Discoverer report and it seems to need the activity_type_sort_order, activity_sort_order and enclosure_sort_order as displayed items in the workbook in order to all the rest of the data to be sorted.
    Is there any way I can sort using these fields but not actually display them ?
    I've read that I can create an alternate sort in the EUL but I've got 1000's of values.
    Can anybody help ?
    Many thanks
    mknipe

    Hi,
    You should be able to use the hidden sort option. In the sort tab add the sort columns and then change the sort type to be hidden.
    Rod West

  • Populate multi record display item

    Hellou gurus!
    I have forms 10g and i need to populate display item in enter query mode. My problem is that I have table T1 with some static values. Table T2 is through ID connected (reference) to table T1 1:1 cardinality and T2 table also have reference to T3 table.
    I have block B2 based on table T2 and in this block I have multirecord item for inserting and updating new values for T2, but in this block ii also have no DB, multi record display item (because i don't want to allow editting in T1 table records) for diplaying static values for table T1. I want to display all static values from T1 next to the editable values in T2 (T2 multi record field is not insert yet). I tried for loop, select into but it not work. T1 values need to be selected before I started to inserting values into T2 items, but off course they need to be referenced It is hard to explain but i belive you understand.
    Can you help me how I can populate multi record item??

    You have to write the code again for your second list item....
    group_id RecordGroup;
    list_id Item  := Find_Item('button.tyear');
    list_id1 Item  := Find_Item('button.tperiod');
    status NUMBER;
    rg_name varchar2(40) := 'recgroup';
    BEGIN
    ----------------------------- LIST
    clear_list(list_id);
    group_id := Find_Group(rg_name);
    IF NOT id_null(group_id) then
        Delete_Group(group_id);
    End if;
    group_id := Create_Group_From_Query(rg_name,
    'select vm_year, vm_year from fwqgl.vouchermaster
    group by vm_year');
    status := Populate_Group(rg_name);
    Populate_List(list_id, group_id);
    /* --------------------SECOND LIST ITEM...BUT REC. GRP NAME CAN BE SAME,better to use another name if you need to retrieve list and store qry..other wise the fol. code is enuf-----------------------*/
    clear_list(list_id1);
    group_id := Find_Group(rg_name);
    IF NOT id_null(group_id) then
        Delete_Group(group_id);
    End if;
    group_id := Create_Group_From_Query(rg_name,
    'select vm_period, vm_period from fwqgl.vouchermaster
    group by vm_period');
    status := Populate_Group(rg_name);
    Populate_List(list_id1, group_id);
    END;Edited by: Dora on Dec 5, 2009 10:41 AM

  • RDL report(2008).Want to display different number of rows from second page onwards than the first page.

    I have used pagination to display the report data.I have used page break.I want to display 10 records on first page and from second page onwards I want to display 25 records on all remaining pages.
    I followed this link to show 25 records for all page. "http://www.sqlchick.com/entries/2010/9/11/displaying-fixed-number-of-rows-per-ssrs-report-page.html". Now suggest me how display 10 records only on first page having 25 from second page onwards.

    Hi mukesh_harkhani,
    According to your description, you want to insert page break for different number of rows, display 10 rows on the first page and 25 rows on the following pages. After testing the issue in my SQL Server Reporting Services 2008 environment, we can use the
    method below to achieve your requirement:
    In your scenario, right-click the group which contains the expression: =CEILING(RowNumber(Nothing)/25) to open the Group Properties dialog box.
    Modify the original expression to the following in the Group on textbox:
    =Floor((RowNumber(Nothing)+14)/25)
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Maximum items number in Apex 4.1.1

    Hi everyone,
    I'm using Apex 4.1.1 and I have a little question about the page items and the max number which is 100.
    Indeed, which items are really considered in the computation of the max number ? Because I've heard that the "Display Only" and "Hidden" items are not considered for that computation. However when executing a simple query to the APEX_APPLICATION_PAGE_ITEMS, I see that Apex considers them in this computation.
    And for the items of the page 0, are they considered as items for other pages and so the max page items number involves the page items and page 0 items.
    Is that true ? Has anyone an idea?
    Thanks for helping.
    Best regards,

    Khadija Khalfallah wrote:
    Hi everyone,
    I'm using Apex 4.1.1 and I have a little question about the page items and the max number which is 100.
    Indeed, which items are really considered in the computation of the max number ?Basically any item that saves session state. Note that some APEX item types count as more than one "item" on this basis.
    Because I've heard that the "Display Only" and "Hidden" items are not considered for that computation. However when executing a simple query to the APEX_APPLICATION_PAGE_ITEMS, I see that Apex considers them in this computation. Display Only items that do not save session state are not included, but Hidden items are.
    And for the items of the page 0, are they considered as items for other pages and so the max page items number involves the page items and page 0 items. Items on page zero that save session state will be included in the 100 item limit for any page on which they are rendered.

  • Change purchase requisition item number

    Hi,
    I want to copy an existing line item in the PR but, also I want to assign it the item number. Right now this field is display only for existing line items.
    Example:
    I have one line item with item number 10. Item number can not be changed (display only). Then I select the line item and click on "copy item" button.
    The new line item is created but, the item number can not be changed (default is 20).
    I looked for some fields in field status group but this field is not available for PR's.
    How can I change the item number for new copied items?
    CD.

    hello
    No u can not change the item serial no while coping or any time, as its standred functionality of sap
    reward if usefull

  • Problem with building conditional display items

    Dear All,
    Please help as I am using APEX for the first time.
    This my requirement during form dispaly in tabular format. There is one display item QA_TIER(not a database item). This item value is computed based on the condition below.
    I created a display item with :
    Source Used : Always, replacing any existing value in the session state
    Source Type: PL/SQL Expression or Function
    Source value or expression:
    begin
    if 2<=(select decode(&Leg_Req,'Y',1,0)+decode(&maj_funct_chg,'Y',1,0)+
    decode(&maj_tech_chg,'Y',1,0)+decode(&maj_ui_chg,'Y',1,0)+
    decode(&maj_def_met,'Y',1,0) from dual) then
    if &Customer_Priority = 1 then
    return 1;
    else
    return &Customer_Priority-1;
    end if;
    ELSE return &Customer_Priority; end if;
    end;
    Note : All reference with '&' are the actual field name.
    When running the page i get the following error message:
    ORA-06550: line 2, column 23: PLS-00103: Encountered the symbol "&" when expecting one of the following: ( ) - + case mod new not null others select table avg count current exists max m ORA-06550: line 2, column 48: PLS-00103: Encountered the symbol "&" when expecting one of the following: ( ) - + case mod new not null others table avg count
         Error      ERR-1020 Error in PLSQL item processing (function).
    Can anybody help me with building the display item with conditions as show above.
    Thanks in advance

    hi thanks for the help.
    I tried this time source type SQL Query:
    with both suggestions
    1.
    select (case when
    2<=to_number((select decode(v(Leg_Req),'Y',1,0)+decode(v(maj_funct_chg),'Y',1,0)+
    decode(v(maj_tech_chg),'Y',1,0)+decode(v(maj_ui_chg),'Y',1,0)+
    decode(v(maj_def_met),'Y',1,0) from dual)) then
    (select decode(v(Customer_Priority),1,1,v(Customer_Priority)-1) from dual)
    ELSE v(Customer_Priority) end) from dual
    Result:
    ORA-00904: "CUSTOMER_PRIORITY": invalid identifier
         Error      ERR-1019 Error computing item default value: page=2 name=QA_TIER.
    2.
    select (case when
    2<=to_number((select decode(:Leg_Req,'Y',1,0)+decode(:maj_funct_chg,'Y',1,0)+
    decode(:maj_tech_chg,'Y',1,0)+decode(:maj_ui_chg,'Y',1,0)+
    decode(:maj_def_met,'Y',1,0) from dual)) then
    (select decode(:Customer_Priority,1,1,:Customer_Priority-1) from dual)
    ELSE :Customer_Priority end) from dual
    Result:
    ORA-00932: inconsistent datatypes: expected NUMBER got CHAR
         Error      ERR-1019 Error computing item default value: page=2 name=QA_TIER.
    Both didn't work.

Maybe you are looking for

  • Wont open my AIFF Files

    I have some sound clips I would like to edit. They are AIFF, but it won't let me play the clips or add them to the timeline in soundtrack. Any suggestions? -Matt

  • My Report S_ALR_87012272???

    Hello experts, I have created a new report and new form and linked them together (using FSI1 FSI4 etc..). Again I can execute my report correctly using FSI0. my problem is that when I run S_ALR_87012272 it is directly mapped to report 0SAPRATIO-03. h

  • What are the odds? Repaired, New or Refurbished ZEN MIC

    I recently RMAed my Zen Micro due to the headphone jack issue. Being the first time Im dealing with CREATIVE's customer service i decided to look back on past threads and I came across a couple that mentioned that for this issue Creative was sending

  • Ipad2 keep freeze and turn to recovery mode

    i am facing the problem as tittle show ,before this happen i was using ISO5 and i got the problem . i tried to make the latest update to 6.1.3 with all data erase and it work fine for few minute and the problem come again. i had recovery twice on the

  • I'm unable to open Photoshop Elements on my new laptop

    I've deactivated it on my old laptop, but on my new laptop I get a 150:30 error message: "Licensing for this product has stopped working." How can I activate it on my new machine?