SAP TM Display Partial Rate table Archive on UI

Hi ,
I have Archived Partial rate table by using Archive object /SCMTMS/RA as there is no Info structure for this Archive object 
create a custom one . Rate table records are getting archived propely but its not getting viewed in POWL/NWBC at Archived document on UI.
As requirement is to show Partially Archived rate table on Web UI  I also set parameter /BOFU/ARCH_DAC = X in SU3.
I have also debug and found the query /BOFU/CL_Q_ARCHIVE  which is of Select from query is getting called and as a
result no output.
I also tried the same in Conf UI by passing the Partially  Archived rate table and its DB key .
As I am new to Archiving do I missing some configuration or is there any other way to view the partial archived rate table on UI please suggest .
Regards.
Farroque.

Hi,
Use create_popup_2_confirm method of window manager. Write the below code in the Event hanlder( on enter) method
DATA: lr_popup  TYPE REF TO if_bsp_wd_popup.
    IF lr_popup IS NOT BOUND.
      CALL METHOD comp_controller->window_manager->create_popup_2_confirm
        EXPORTING
          iv_title          = 'Title of Window'
          iv_text           = 'Your Message Text'
          iv_btncombination = if_bsp_wd_window_manager=>co_btncomb_ok "OK Button
        RECEIVING
          rv_result         = lr_popup.
      lr_popup->set_display_mode(    if_bsp_wd_popup=>c_display_mode_surrounded ).
    ENDIF.
    lr_popup->open( ).
Hope this helps u,
Regards,
Kiran

Similar Messages

  • Is there any t code in SAP to display archived shipping

    Hi All
    we have a issue with unarchiving shipping doc , our basis team has unzipped the file from the path it was archived and provided display access , when i cross checks in Tcode SARI theya are un zipped and in sap this document is still in status archived i am not able to view vith vt03n
    for archived billing documents once thay are unzipped , document will not open in vf03 but we can display in vf07
    Please let us know how to view this shipping data in sap ?
    Is there any t code in SAP to display archived shipping data (like for archived billing dicuments vf07)
    Your kind help would be highly appreciated.
    Thank you
    Rajendra Prasad

    Hi Rajendra,
    Whats your SAP version? VT03n supports display of archived data from 4.7onwards. If you are in a lower version then i think you should use infostructures.
    Thanks,
    Naveen

  • Is there any t code in SAP to display archived shipping data

    Hi All
    we have a issue with unarchiving shipping doc , our basis team has unzipped the file from the path it was archived and provided display access , when i cross checks in Tcode SARI  theya are un zipped and in sap this document is still in status archived i am not able to view vith vt03n
    for archived billing documents once thay are unzipped , document will not  open in vf03 but we can display in vf07
    Please let us know how to view this shipping data in sap ?
    Is there any t code in SAP to display archived shipping data (like for archived billing dicuments  vf07)
    Your kind help would be highly appreciated.
    Thank you
    Rajendra Prasad

    Hello,
    Once shipment document is archived then you can't display by VT03N transaction. As you have pointed out SARI or SARE transaction will help in displaying the archived shipment documents from archive server. (you have to select Archiving object = SD_VTTK and Archive Infosturcture = Select from display option).
    VF07 - Display archived billing document. We call this transaction VF07 as archived enable transaction.
    I have gone through the OSS note 590656 mentioned by Eduardo Hinojosa, with this enanchment of VT03N (respective program) you should be able to display archived shipment document. This Oss note should help you.
    let me know if required further clarification on this.
    -Thanks,
    Ajay
    Edited by: Ajay Kumar on Aug 25, 2009 6:16 AM

  • RFKABL00 SAP Report - Display Changes to Vendors

    Hi
    Report: RFKABL00 SAP Report - Display Changes to Vendors
    In R3, we can run this report either from:
    1) SE38 or
    2) "Change Vendor: Initial Screen" (i.e. FK02) -> Environment-> Account Changes-> All Fields-> Environment-> Multiple Display.
    it shows all the updates dates & who changed the information, i wanted to use these info into my Program. but don't know what table its using to fetch update date & time and changed fields. LFA1 has only recent change.
    Can anyone have some idea  what table i can use for these change History.
    Thanks...

    Hi,
    Check table CDHDR and CDPOS for object class KRED.
    Please let me know if you require further help.
    Regards,
    Ganesh Sawant

  • Dialog Prog to Display fields of Table or Structure in screen dynamically.

    Hello Experts ,
           I am working on a dialog programming I wish to display any given table/structure on the screen - to be very clear.
    1st screen -
        One input box which can take any SAP standard or custom tableor structure as input <-- Press enter
    2 nd screen -
        I wish to see the fields of the structure in column format dsiplayed in the screen ( Like ALV Grid in the page).
    Please tell me the logic or similar example so i can refer thanks in advance.
    Thanks,
    Sriram.

    Hello Srinivas,
      Your program looks really looks and simple but the porb is we have 4.6c here. So the syntax lines
    CREATE DATA gv_dref TYPE TABLE OF (p_table).
       is not accepted by the system if we enter as it is (error - unable to interpret table - possible cause of error or spelling) 
    but it accepts
    CREATE DATA gv_dref TYPE p_table.
    but at the time of select query its not talking it has a internal table to show data , finalltyit dumps.
    [ASSIGN gv_dref->* TO <fs_itab>.
      "Select the data
      SELECT * FROM (p_table) INTO TABLE <fs_itab> UP TO 100 ROWS.
    So my problem is to find a way to dynamically display a table or view .
    Please guide.
    Regards,
    Sriram.

  • Exchange rate table Decimal error

    Dear All,
    In my multi currency classic application I have created exchange rate table in that against Euro the value for 1 Madagascar Ariary is 0.000358720 ; but when I enter this value in exchange rate table it shows "-3.59E-4".
    It affects the conversion value in application when I see the consolidated currency in Euro. Pls post the solution to rectify this issues.
    Thanks,
    Kamal

    Hi,
    could you pls. check if the values are displayed/stored correctly in your planning repository (table: hsp_fx_rates). If no, you should change your database settings, if yes one solution could be to change the regional and language settings on the planning server for the user who starts the planning service.
    Kind regards
    André

  • Exchange Rate from Exchange Rate Table

    Dear All,
    Is there any way to make the system to take the exchange rate from the Exchange Rate table and not from the base document when we are "Copy To" functionality instead of "Copy From"?
    I unchecked "Use Document Exchange Rate When Copying to Target Document" in Document Settings but the system still copies the exchange rate from the base document.
    Regards,
    Bharath S

    Hi Bharath.....
    Do the settings once again as you mentioned and just restart all the services of SAP and restart server also.
    And then try whether it works or not.
    Its wired but sometimes when we refresh the system the settings we made gets applied that moment only........
    Please check.....
    Regards,
    Rahul

  • How to put checkbox into sap grid display

    hi,
         how to put checkbox into sap grid display ,when i am selecting the check box it should move to second secondary list.
          could u plz explain clearly

    Hi,
    In the layout fill
    is_layout-box_fieldname = 'CHECKBOX'
    is_layout-box_tabname   = 'I_OUTPUT'.
    The internal table that you are passing as I_OUTPUT, should have an extra field called CHECKBOX of length 1.
    Also refer to tutorial Easy Grid :
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/an%20easy%20reference%20for%20alv%20grid%20control.pdf
    Cheers,
    Simha.

  • Currency Exchange Rate Table

    Dear Experts,
    One of SAP our user edited the maintained currency exchange rate table (F-62) but he is lying. Now how can I check who edit the table in a particular date? Is there any t-code or way?
    Thanks in advance for this help.
    Best Regards.
    Ripon Kumar Paul

    Hi:
         If change log is enabled by your BASIS guy then you can see it menu...utilities...Change log.
         Regards

  • Data is not getting displayed into a table

    Hi,
    here i used 2 views
    Personal info view :--user fill the details in this and clicks go...Then the user entered details should be displayed into a table view...
    In context of personalinfoView i took a node as "personal" and added the details as attributes to personal node,and while mapping i mapped Controller data with PersonalinfoView...
    No i have to retrive data from controller component and i have to display in table
    But the table is getting displayed but no values are getting displayed..
    the code for getting data from component controller i used in inplug method od table is  
    String tblName=wdThis.wdGetUICompController().wdGetContext().currentPersonalElement().getName();
        if((tblName!=null)&& tblName.equals(""))
              wdContext.currentPersonalElement().setName(tblName);
        String tblFirstName= wdThis.wdGetUICompController().wdGetContext().currentPersonalElement().getFirstName();
         if(tblFirstName!=null && tblFirstName.equals( ""))
              wdContext.currentPersonalElement().setFirstName(tblFirstName);
        String tblEmail=wdThis.wdGetUICompController().wdGetContext().currentPersonalElement().getEmail();
         if(tblEmail!=null && tblEmail.equals(""))
           wdContext.currentPersonalElement().setEmail(tblEmail);
        String tblCountry=wdThis.wdGetUICompController().wdGetContext().currentPersonalElement().getCountry();
        if(tblCountry!=null && tblCountry.equals(""))
            wdContext.currentPersonalElement().setCountry(tblCountry );
        String tblGender=wdThis.wdGetUICompController().wdGetContext().currentPersonalElement().getGender();
        if(tblGender!=null && tblGender.equals(""))
            wdContext.currentPersonalElement().setGender(tblGender);
        String tblSports=wdThis.wdGetUICompController().wdGetContext().currentPersonalElement().getSports();
        if(tblSports!=null && tblSports.equals( ""))
            wdContext.currentPersonalElement().setSports(tblSports );
        String tblOthers=wdThis.wdGetUICompController().wdGetContext().currentPersonalElement().getOtherinterests();
        if(tblOthers!=null && tblOthers.equals(""))
            wdContext.currentPersonalElement().setOtherinterests(tblOthers );

    Hi Padma
    You said you have context structure like this
    Personal
    Name
    Firstname
    Email
    if you set personal node's cardinality 1..1 it can hold only one person's Information.i.e. personal node has only one element.
    if you set the personal node's cardinality 0..n it can hold 0 to N nor of person's data.i.e. personal node has 0 to n elements
    If Personal node has cardinality 0..n and it has 10 elements holding 10 person's data, and you are displaying it in a table control.  If we set the selection property single only one row can be selected at a time. if it is Multi user can select multiple rows from the table.
    Now in your case, there is no need to take cardinality as 0..n. Because you are holding information of one person, so the cardinality is 1..1
    Regards
    Abhimanyu L

  • Data not displayed in Z-table when material code (MATNR) entered in selection screen.

    Hi Experts,
    I have a Z-table for a gatepass report which was already created by another developer. This table has many fields including plant, year, material code field. (MATNR) etc
    Now the problem is in SE11, I run the table to display the entries, when I enter plant and year and execute many entries are displayed.properly including material codes(e.g.50008536). 
    But when I execute the same entering plant, year and material code(e.g.50008536) then this message is displayed. " No table entries found for specified key"
    The same thing happens if I am writing a select query in my report to get the data of any particular material code. My internal table is not filled with the data including that particular material code.
    Some more info :
    1. The material code field in the Z-table is assigned the standard material code Data element. i.e. MATNR
    2. Even if I enter '000000000050008536' as input it is still not working. it is automatically changed to '50008536' after executing.
    So please help me where the problem is? I have spent alot of time on this but not able to find the problem..
    Thanks,
    Vishal .

    Hi Vishal,
    Hope I understand  that table content does not starts with zero for material, reply me if i am wrong.
    Use this code before where condition.
    loop at so_matnr.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
       EXPORTING
         INPUT         = so_matnr-low
      IMPORTING
        OUTPUT        = so_matnr-low.
    if so_matnr-high is NOT INITIAL.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
       EXPORTING
         INPUT         = so_matnr-high
      IMPORTING
        OUTPUT        = so_matnr-high.
    endif.
    MODIFY  so_matnr.
    endloop.
    if table content is filled with zero use  FM conversion_exit_alpha_input
    Regards,
    Venkat.

  • Need to display in a table format

    Hi,
    From my database i need to get the values for , UserName and Password and display in a table format .
    I could get the values from the database using
    Statement stmt = con.createStatement();
    ResultSet rs = stmt.executeQuery("select * from Login");
    while(rs.next()){
    out.println(" <br> ");
    out.println(rs.getString("username");
    out.println(rs.getString("password");
    }it works fine and displays like below......
    user1  pwd1
    user2 pwd2
    .....    ...May i know how to get it in a tabular format as an output
    pls provide sample code for it.
    I would be thankful to u guys,
    Thanks & Regards,
    Raghu.

    From my database i need to get the values for ,
    UserName and Password and display in a table format
    .Really, really bad idea.
    There is never any need, in any implementation to display or even keep actual passwords.
    >
    May i know how to get it in a tabular format as an
    outputAs in a GUI? Then that is a GUI question not a JDBC one.
    Something else? Then you need to explain exactly what the destination is and what defines it as 'tabular'.

  • How to find the report for the SAP query (Query exists in table AQLQCAT)

    Hello Experts,
    I need to find the tables used in the SAP Query but i don't have access to transaction SQ01,SQ02 and SQ03 to check the same.
    Therefore i checked table AQLQCAT and got the SAP Queries in the system. Then searched for the reports that would have been generated for the same passing  AQusergroupquery name*  in transaction SE38.
    But unfortunately the program does not exists for the given paramenter.
    Could you please let me know how to get the report name for the SAP Query.
    Secondly please suggest any other way of checking the tables used in the SAP Query.
    Also the table name from where i can download the SAP Queries.
    Thanks in advance.
    Regards,
    Rahul Sinha

    I suggest you a simple method.
    Execute the query. When the selection screen is showed,  go to menu and click to SYSTEM->STATUS.
    Check the program name and double click it to access the program code.
    Search for tables or functions into the source code in order to understand where data are taken.
    If you do not find anything , go to the program atttribute and check for logic database, sometimes they are used....
    Best regards.

  • Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise o

    Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you.
    == This happened ==
    Every time Firefox opened
    == Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you. ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.78 Safari/532.5

    Reset the page zoom on pages that cause problems: '''View > Zoom > Reset''' (Ctrl+0 (zero); Cmd+0 on Mac)
    See [[Text Zoom]] and [[Page Zoom]] and http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can try if it works if you disable OOPP (Out-Of-Process-Plugins) for Flash
    You can set the prefs dom.ipc.plugins.enabled.* to false on the about:config page to disable the plugin-container process.
    dom.ipc.plugins.enabled (currently false by default)
    dom.ipc.plugins.enabled.npswf32.dll (Flash)
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

  • How do I use shipping rate tables on my listing.

    ok, really having a nightmare on this one. Explanations would be great guys  I have set up a postage policy and I ticked the large/bulky package option. It says underneath specify your shipping in your item description as it removes any further options within the policy settings themselves. If I choose flat rate [same for all] I do get 2 tick boxes at the bottom for international and domestic rate tables so I tick them as that is waht I want to use but because I chose flat rate to get those 2 tick boxes it wants me to add a value which defeats the shipping rate tables really. Other option is self collection which again turns off all other options in the policy page. When I post my item I get the choice of choosing the policy which is set to large bulky packages etc.I can enter dimensions and a weight but the ebay help description suggests I should see the option to tick the rate tables which I do not get. It mentions I cna add more options from within the P&P heading section of the item listing but I do not get that option either. I have buyers which is great news but all of them are asking for me turn on the postage /sighI would love to but cannot get any options at all to tick postage rate table as the postage setting. I have set the tables up for both domestic and international. Any advice would be appreciated as I am pulling my hair out trying to work this out  Cheers all.

    If you are using Flat Rate Shipping to ship large parcels, you are going to be losing money on postage.Here are a couple of Canadian postal codes.V8R 5G8/ K0A 0A6/ A1B 4J6 and for the USA90210/ 20500.Go to canadapost.ca and enter the same set of dimensions and weights for each of those codes.https://www.canadapost.ca/cpotools/apps/far/business/findARate?execution=e2s1And save that link- it is ridiculously hard to find.See the differences?  And use METRIC measurements. Canada Post went metric in 1974 and every other measurement will be an estimate.  The Calculated Shipping doesn't show you any tables. Instead it shows your customer how much postage is to his address. You can see this if you go to your listing->Shipping & Handling-> and then enter various destinations. It's automatic. You don't need any table. Certainly not in your listing. BDR-- Buyers Don't Read.Make the customer's job as easy as possible.   

Maybe you are looking for

  • Exception "already set as root of another scene"

    Hello, My application has as a root element an Anchor Pane. When trying to have 2 or more instances (new-->..) in my application (because my application supprts many instances of this componenet) i got this error: Anchor pane already set as root of a

  • Download smartform in 4.6c

    Hi all, is there any way to download smartform in 4.6c? Regards pmr

  • Using term set as refiner in content search web part does not show all used terms

    When you create a terms set (12 terms with +/- 10-20 child terms) , attach it to a site column and allow multiple values to be selected the search service does not find all used values in the REFINERS tab of the content search web part. Example: Fiel

  • How to remove white fade while navigating between pages?

    I created small web page with 4 buttons which each of them leads to other page eg., Home,Gallery, Contacts,Reviews, but when i'm navigating between them there is annoying white flash! Is it possible to remove it? P.S. I uploaded my site to businessca

  • Track Order Problem: 1, 10, 11....etc.?

    My tracks are named by number. So some are called "Chapter 1". Others are just called "1". The iPod messes up the numbers so they sort like, 1,10, 11...19, 2, 20, 21...29, 3........ I've done all the usual fixes. All tracks have identical metadata. D