Dynamic value in TVARVC table for standard report

Hello,
I am trying to archive objects like FI_DOCUMNT. For this purpose I want to create dynamic variant for the date. ( Date not in complete format) yyyy/mm.
So, I created an entrie in TVARVC table, and I linked it with the attribute of my variant by choosing "T" option.
My question is, how Can I fill the dynamic value for TVARVC entry?, knowing that it a standard report that is responsible for archiving.
Cordialy,

Hi Merou,
this might help:
Create Variant for dynamic population of current date
Check the reponses about saving dynamic variants with column "L" and follow the rest of the instructions.
Best,
Sander    

Similar Messages

  • Need a bapi or table for GL Report

    Hi experts,
    I need a bapi or table for generating report period balance for GL accounts. i found one bapi BAPI_GL_GETGLACCPERIODBALANCES which is closer to my requirement. But i want to get the balances for cost center and particular material. As Cost center and product ranges are in my selection fields.
    Can anyone tell me table or BAPI?

    SAP standard infoset query provides a report STDCOST for this.
    May be this will suit your requirement. It will give material wise costing.
    hope this helps.
    reward if helpful.

  • S076 SOP table for SD report (Sales Forecast Report ).

    Hi
    We are using S076 SOP table for SD report (Sales Forecast Report ).  This has only material number as key at present , where as we want to know if flexible planning will give material/shipto as key for forecast.
    Thanks In advance .

    Hi
       These are the key figures I am seeing in OMOJ , As I am new to this functionality                                  I am not able to add new key figures , can I request you to explain it to me ......
    Key figure                     F D 
    Sales     
    Production                         
    Stock level                        
    Target stock level                 
    Days' supply                       
    Target days' supply                
        Thanks

  • Excel Output For Standard Report In R12

    Hi Experts,
    My Client wants Excel Output for Standard Reports ( ex:-Open Purchase Order Report (by cost center)_xml)
    I changed the default output to Excel in Template of xml publisher administrator Responsibility.
    Now it is showing the Excel output, but The layout of report is not same as layout which in text output of standard report.
    Please guide me is there any solution to develop the reports layout in ms-excel using xml file rather than rtf template.
    Thanks
    Durga.

    Hi Alex,
    Thanks for your replay.
    Generating the new rtf template which is same as standard layout is difficult task for us. Actually we have 120 reports which have same requirement.
    Is there any other solution for this . please guide me
    Thanks
    Durga
    Edited by: 805567 on Jan 23, 2012 12:33 PM

  • How to get the object class field value in CDHDR table for vendor

    hi
    how to get the object class field value in CDHDR table for vendor

    Try KRED/KRED_N as object class in CDHDR for Vendor.

  • Function Module/Table to retrieve check table for standard fields

    Hi,
    Is there any function module or database table that holds the check table for standard field? Ex. BUKRS = T001.

    Hi MArc,
    Goto DD03L table
    Enter fieldname and tablename, you will get check table in CHECKTABLE field.
    e.g. fname - MATNR, tbname MARD then CHECKTABLE - MARA
    Reg,
    Sachin

  • How to create PLD_Items table for Crystal Reports

    Hi experts,
    Im trying to use the variable 130 for a report but in crystal reports, in some SAP Standard Reports the table PLD_Items appears, my question is how to create this structure for my report, i know that is an ADO.NET connection based on an XML file, but i dont know from where i can take this value can any one help me please?
    Best Regards
    Dave

    If this is CR for B1, please post to SAP Business One Application
    Alternatively see the SCN Site Index for the correct SCN Space for your product / component.
    - Ludek
    SCN Moderator

  • Link based on value in column of a Standard Report

    I have a Standard Report the displays only the images (BLOBs) in a column of a table. In that same table I have a ciolumn that hold url's. I want to have the image link to its corasponding url.
    Currently I am displaying the image using a BLOB format mask. IMAGE:LC_SCSC_SPONSOR_CATALOG:SCSC_LOGO:SCSC_UID
    The url is in a column named SCSC_URL.
    I am running Application Express 4.0.1.00.03
    Thanks for any help.

    I know where to create templates but do not know how to make a "named column report template".Unfortunately the documentation is particularly pathetic on this important topic. Unfortunate as Custom Named Column templates are one of the best features in APEX. They can be used to do some cool stuff fairly simply.
    See:
    <li>About Generic Column Templates and Named Column Templates
    <li>Report Column Template Attributes for Named Column Templates
    and the online help from the property labels on the Report Row Template page.
    1. Go to: Shared Components > Templates > Create
    2. In the wizard select: Report > From Scratch
    3. Enter/select:
    Name: Photo/link list
    Theme: [Your current theme]
    Template Class: Custom 1
    Template Type: Named Column (row template)
    4. Click Create.
    5. Click the Photo/link list link in the Templates report.
    6. Enter the following properties:
    Row Template 1
    <li><a href="#SCSC_URL#">#SCSC_LOGO#</a></li>
    Before Rows
    <ul>
    After Rows
    </ul>

  • Hiding a selection screen field for Standard Report Transaction

    Hello All,
    We are trying to hide a check box on the selection screen for a standard sap report transaction (s_alr....). We can hide it by creating a variant but then if the users don't select it, the checkbox will be visible. We can't use transaction variant to hide this since its not a dialog transaction.
    We don't want any users to select that option by clicking on the checkbox and then running the report. Any suggestions or help is much appreciated.
    Thanks,
    Sal

    Did you think about modifying the standard report by adding NO-DISPLAY to the parameter option?
    If you are not allowed to modify another option - although much more effort - would be to replicate the standard selection screen in an own Z-report and at the end do a SUBMIT standard report WITH parameter
    In your won report you can easily hide that parameter and always pass a space to the standard report.
    To submit data to the standard report just use
    DATA: lt_par  TYPE TABLE OF rsparams.
    build the selection table based on the selection criteria the user entered and do:
    SUBMIT rep USING SELECTION-SCREEN 1000
           WITH SELECTION-TABLE lt_par.
    Then just remove access to the standard transaction and create an own transaction for your custom report which is added to the users authorized transactions.
    Not the easiest way to do it, but it does work.
    Regards,
    Michael

  • KSBB transaction - text to be added for standard reports

    Hi,
    We have a requirement of changing / filling the texts for the Statndard reports and User defined reports in the KSBB report tree.
    Client has provided an excel sheet containg the report texts for Languages DE, EN, ES, TR, ZH and KO.
    We could see the descriptions if we login into DE,EN,ES,TR but for Languages ZH and KO it appears like below in the Production system - with BLANK description:
    RKS1-0
       RKS1-01
          RKS1-011
    Wheras, we have values in our development system for these as below:
    Cost center Accounting
        Plan / Acutal comparisons
           Cost centers: Actual/Plan/Variance  (Standard Report : S_ALR_87013611)
    The question is how to IMPORT these values from development system (also with values given in the Excel sheet) to the production system above.
    PS: client also mentioned like "for the standard reports it is only necessary to import the reports from client 000" does this have any relevance to this above issue?
    Request you to provide solution to the above issue. Also, please let me know in case of  further explanation required for analysis.
    With Regards,
    Ravi Raghavan

    Hi Ravi,
    Can you try in the following IMG path.. I never faced this, but gut feel says importing report from 000 should help
    IMG Path is Controlling > Cost Center Accounting > Information System > Standard Reports
    Regards
    Ajay M

  • 2 tables in standard report

    how do I insert two tables of different dimensions side by side in standard report..........
    I am using Labview 2011
    please help.............
    thank you in advance...............

    You don't say what you mean by a "Standard Report".  If you want to use the Report Generator to make an Excel file with two tables, look up a post I made here in January called Revised "Generate Excel Report" Example.  Note that the quotes actually are part of the title -- if you use the Search feature, you should see this pop up when you type the word Revised and then type a space.
    If this is not what you are looking for, give us further details.
    Bob Schor

  • Center image and table in Standard Report

    Team,
    I am having an image and a table to be printed. I use the Standard Report format. Customer's requirement is to make the table columns to be of different widths, center the table and make the image to be of the same size as the table. I have achieved different column widths by customizing the Report Generation VIs. For the next items - centering the table & choosing the image size, I have considered A4 as paper size and set the left and right margins & set the image size accordingly. Now the problem is the customer prefers not to limit the paper size to A4. So is there a way to set the center-alignment to the image & table (instead of me setting the suitable margins to make it appear centered)? There is an alignment control in Append Image to Report VI, but this is not used by the Standard Report. Is there a workaround for this and the table? Any help is greatly appreciated.
    P.S.: HTML report is not an option, since I need the ability to choose a printer and print to it from our software. HTML reports, by default, prints to the printer configured in the default browser, using the margins configured in the browser.
    Thanks,
    Priyadarsini S

    Hi Kamlesh,
    the variation is set to 'do not explode' in the report 1SLK-001 (S_ALR_87013614)
    You can check this  using the following path in transaction GRR3 (library 1VK) report 1SLK-001:
    Menu: Edit -> Variation, you will see that the variation is set to 'Do not explode'.
    This is why navigation between the different reports or variation is not
    available in this report, (the icons are greyed out).
    Iif you wish to have this functionality, then you can copy the report and change
    the variation as follows:
    -> via GRR1 create a copy of the standard report using report 1SLK-001 as
        a reference, ('Copy from'-field).
    ->  in this new report you can then via Edit->Variation change 'Cost Element
         from 'Do not explode' to 'explode', and CO area from 'Do not explode'
         to 'Variation sing. val'."
    Regards,
    Greta

  • How do we find tables for standard SAP programs?

    Dear Friends!
    I have received a project in which I have to create a report on the employees skill-sets(qualifications). Qualifications we can see in in the Transaction PA30 in the form of infotypes. But infotype tables are not sufficient itself. So do you guys have any idea that where else do we maintain records like this moreover how do we find tables in standard SAP Programs.
    Please reply!!

    Whats up Guys...??
    Gave up??
    I have found a table for position but not really for Qualifications.. (Not in terms of Infotypes..)
    Tables ARE
    HRPY_WPBP
    -  PERNR
    -  PLANS
    T528T
    -  PLANS
    -  PLSTX
    See if you guys can do something more about it.

  • How to Dynamically Select the Data File for a Report at Print Time

    How do you configure a Crystal report to ask for the file to be reported on as the report is being printed, and allow the user to browse to the file?
    The environment is Crystal Reports XI, SP3, with ODBC connection to Sage Timberline Office data version 9.7.  The client names their Payroll unposted time file each pay period, and also needs to report on their posted data file, depending on the time period for the report.  The client will need to select both the date range and the file name.
    I have created a SQL statement in Add Command in Database Expert, which prompts for a file name, but it does not let you browse to select a file on the computer.
    Therefore, in the prompts when they print the report, the parameter offers the user a default file name similar to the name they currently use, so they only have to change the payroll period end date in the supplied file name to run the report successfully.
    The client is concerned that sometimes a user will name their data file differently, and not know how to input the file name into the Crystal report prompt at print time.
    My research on dynamic prompts showed you can link to fields inside the data record, but I did not see a way to dynamically link to select the actual files used in the report.
    Another question is that the naming convention used by the SQL query is different than the basic Windows file name, but I think I can handle that issue.
    The actual file name is typically similar to:
    04-10-11 BP NEW.PRT
    However, in the SQL query, the record ID looks like:
    PRT_00-00-00 BP NEW__TIME
    The SQL Statement using a parameter is:
    SELECT
    "PRT_CURRENT__TIME"."Employee",
    "EMPLOYEE1"."Employee_Name",
    "PRT_CURRENT__TIME"."Date",
    "PRT_CURRENT__TIME"."Units",
    "PRT_CURRENT__TIME"."Job",
    "JOB1"."BP_Emps_Used"
    FROM
    "PRT_CURRENT__TIME" AS "PRT_CURRENT__TIME"
    INNER JOIN "JCM_MASTER__JOB" AS "JOB1"
    ON "PRT_CURRENT__TIME"."Job"="JOB1"."Job"
    INNER JOIN "PRM_MASTER__EMPLOYEE" AS "EMPLOYEE1"
    ON "PRT_CURRENT__TIME"."Employee"="EMPLOYEE1"."Employee"
    WHERE "JOB1"."BP_Emps_Used" = 1
    AND
    ("PRT_CURRENT__TIME"."Date" BETWEEN
    {?As of Date} - 41 AND {?As of Date})
    UNION ALL
    ( SELECT
    "PRT_NEW__TIME"."Employee",
    "EMPLOYEE2"."Employee_Name",
    "PRT_NEW__TIME"."Date",
    "PRT_NEW__TIME"."Units",
    "PRT_NEW__TIME"."Job",
    "JOB2"."BP_Emps_Used"
    FROM
    "{?NEWPRT}" AS "PRT_NEW__TIME"
    INNER JOIN "JCM_MASTER__JOB" AS "JOB2"
    ON "PRT_NEW__TIME"."Job"="JOB2"."Job"
    INNER JOIN "PRM_MASTER__EMPLOYEE" AS "EMPLOYEE2"
    ON "PRT_NEW__TIME"."Employee"="EMPLOYEE2"."Employee"
    WHERE "JOB2"."BP_Emps_Used" = 1
    AND
    ("PRT_NEW__TIME"."Date" BETWEEN
    {?As of Date} - 41 AND {?As of Date})

    Hello,
    Sorry you'll have to contact Sage on how to do this. We can help you once you get connected but we can't help you get around their connection methods.
    There is no Preview Set Database Connection method you can use in CR Designer. The Designer assumes you select it first or use the Set Location option before previewing or refreshing the data.
    If you are doing this in the Sage program itself we can't help you, you'll have to contact Sage for assistance.
    Sage is an OEM Partner they are responsible for supporting their product and CR. If they have issues help you then they will contact us directly for assistance.
    Thank you
    Don

  • Values are not matching for inventory report

    Hi all,
    we are running the report stock over view, in that there is a key figure total stock which is having the non cumulative option
    inflow and outflow
    data has been loaded correctly but when we are executing the report it is giving the values cumulatively
    that means
    report containing material, plant and calmonth
    we have the data loading from october onwords
    suppose total stock is
    10.2007= 10ST
    11.2007=20ST
    12.2007= 50 ST
    it is giving the output
    10.2007 = 10ST
    11.2007 = 30ST
    12.2007 = 80ST
    it is cumulating the values
    TOTAL STOCK is the business content object which is having the options
    aggregation = sum
    exception aggregation = Last Value.
    can any one helps me on this issue.
    Thanks & Regards,
    Suresh.

    HI,
    Thanks for your reply,
    we are not done any compression on the requests, but now deltas are running
    is this is the problem cause for the report
    if it is the problem hw we can resove it
    can you please reply
    Thanks & Regards
    Suresh

Maybe you are looking for