Itinerary table is not shown in Expense Report (IFbA ABAP)

Hi,
We're working in SAP ECC 6.0.4. We enter transaction PR05, choose a travel and click on Results button which opens the Adobe Form "Expense Report/Travel Expense Statement". In some cases the Itinerary table is shown but in others it isnu2019t shown even there is data in PTRV_HEAD table.
We've seen that the trips for which the itinerary table are not shown have the characteristic of not having additional destinations. In 4.7 the table is shown correctly (without IFbA).
How can we correct this problem?
Best regards.

Hi Varsha,
Please pay attention when you are requesting motnly period for
start date : 1st July 2008
end date : 1st july 2008
After saving the period is changed to
Start Date : 7/1/2008
End Date  : 7/31/2008
When you are requesting weekly period for the same interval, after sving the dates are changed again, according
you settings of first day of the week. It it is Monday it could be as following
Start Date : 6/30/2008
End Date  : 7/6/2008
So you are asking data for not quite the same period.
Do you have data for monthly period in that interval?
Regards,
Victoria Gur

Similar Messages

  • UDF for table CRD1 not shown in XL Reporter

    Hi everyone,
    I created an UDF under "Business Partners - Addresses" (for table CRD1), but in XL Reporter it is not in the UDF list.
    Looks like XL Reporter only recognizes UDFs on the primary table level -- all UDFs built for "Business Partners" (OCRD) are in the list.
    However, I have to put this UDF  on CRD1 level since it's related to ship to zip codes.
    How can I work around it?
    Thanks.

    Hi,
    You have a correct assumption.  Only UDF in OCRD will be available to XLR but not CRD1.  For work around, you need to create UDF in marketing documents to get the UDF value from CRD1.
    Thanks,
    Gordon

  • In HDBC Table are not shown as replicated.

    Hi ALL ,
    I replicated some tables in  ECC .
    In LTRC its showing me the tables are replicated .
    But In HDBC Table are not shown as replicated.
    Can you please help me with this.
    Regards,
    Abhishek

    Hello Abhishek,
    Are you sure you're using the same DB connection for LTR and HDBC?
    Best regards,
    Ralph

  • Some vendors' data is not shown in Aging Report

    Hi, Experts,
    We are using SAP B1 2007A.
    Our aging report only shown several vendors' data, eventhough we selected 'All' vendors.
    Each vendor's aging report is all right, but we could not show 'All' vendors' aging together.
    We tried to select 'Display Vendors with Zero Balances' or/and 'Display Reconciled Transactions'; tried to select the range of the 1st vendor to the last vendor. - - - all of these do not work.
    Please help! Thanks!
    Lorrie

    Hi,
    If I am not wrong you are using the 2007A version and the patch level is below 38.
    You are trying to run the Backdated Aging report and all your Business Partners are not appearing in the report.
    Please check Note No. : [1178854|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1178854].
    Regards,
    Jitin
    SAP Business One Forum Team

  • EMployee not shown in PNP report

    I have a PNP report in which a spicific employee is not shown and triggerd by the getpernr, in PA20 the employee is shown normally, is there a way to find out why this person is not triggered by getpernr??
    Thks RIchard

    Hi,
        Can you write your  here as your problem is unique.
    We use Get Pernr after spacifying Infotypes statement Like.
    INFOTYPES : 0000, 0001, 0002, 0006, 0009, 0021, 0185, 0587.
    After that in between START-OF-SELECTION and END-OF-SELECTION WE USE
    GET PERNR Event>
    START-OF-SELECTION.
       GET     pernr.
    END-OF-SELECTION
    Now we use Provide and Endprovide for  processing. In between that all the Pernr will come.
    So Kindly write your code here for better understanding.
    Regards,
    Himanshu

  • Table Header not shown in Purchase Order Smartform

    I have downloaded an installed an SAP SmartForm for Purchase Order (/SMB40/MMPO_DE). Unfortunatelly the document with this form cutting the right side of the document by printing. The width of the tables is 19,5 cm, it should be 19,00 or less. Anyhow, I have started to reduce the width of all windows and included tables and of course the table cells. This works fine with all tables, also with a dynamic content, but if I reduce the static header table t_header(window winheader, cell hd_netwr) for 0,5 cm this doesn't appear on printform. I have tried then to restore everything like it was - no effect.
    What could it be ?
    Kind Regards

    I have found the solution and have localized the problem or vise versa.
    The table had the hight 0,99 LN and the window hight was 0,5 cm. It seems to me that this 2 parameters had a size-conflict. When I have changed the line hight to 0,5 cm it starts work.
    Why it was done on this matter and why the error was not shown during compiling the form and how it did work before I have touched the window - this questions could be addressed to SAP.
    Kind Regards
    Alexey Voynikov

  • Vertical Line is not shown in 11g Report.

    Hi All,
    I have some vertical lines (as column separators) in my reports( which I call from form through web.show_document),
    which are neither shown in screen nor in printing.
    But these lines are shown when run report from Report Builder.
    Please guide !
    Thanks.
    Dass.

    Hi,
    I am not sure about 11g Report, but generally , pl try to delete the line , create new line - check font of the line as well, some times this will solve your issue.
    dassdhan wrote:
    Hi All,
    I have some vertical lines (as column separators) in my reports( which I call from form through web.show_document),
    which are neither shown in screen nor in printing.
    But these lines are shown when run report from Report Builder.
    Please guide !
    Thanks.
    Dass.

  • Currency symbol not shown when loaded report using JRC

    I'm trying to show the currency symbol in the report file. the .rpt files is already designed with MS Access table but now im reusing the report and populating pojo classes to map with tables. the report that is bound with MS Access table shows currency symbol in currency fields. but when I load report with JRC, it is not showing. I tried to change Fieldformat also programattically as below.
    ReportObjectController reportObjectController = report.getReportDefController().getReportObjectController();
    ReportObjects reportObjects = reportObjectController.getReportObjectsByKind(ReportObjectKind.field);
    if (reportObjects != null && !reportObjects.isEmpty())
                     for (int i = 0; i < reportObjects.size(); i++)
                         IReportObject reportObject = reportObjects.getReportObject(i);
                         if (reportObject instanceof IFieldObject)
                             IFieldObject fieldObject = (IFieldObject) reportObject;   
                                IFieldFormat ifFormat = fieldObject.getFieldFormat();
                             ifFormatObject = (IFieldFormat) ifFormat.clone(true);
                             break;
    for (int count = 0; count < tables.size(); count++)
                        // Set data source for each table
                        setDataSourceForEachTable(tables.getTable(count).getAlias());
    reportObjectController = report.getReportDefController().getReportObjectController();
    reportObjects = reportObjectController.getReportObjectsByKind(ReportObjectKind.field);
    if (reportObjects != null && !reportObjects.isEmpty())
             for (int i = 0; i < reportObjects.size(); i++)
                 IReportObject reportObject = reportObjects.getReportObject(i);
               if (reportObject instanceof IFieldObject)
                             IFieldObject fieldObject = (IFieldObject) reportObject;   
                             if (fieldObject.getFieldFormat().getNumericFormat() != null)
                                  fieldObject.setFieldFormat(ifFormatObject);
                                  //fieldObject.setFieldValueType(FieldValueType.currencyField);
                                  break;

    Above code just get one of the currency field and clones the format. And after setting the pojo datasource, I'm again setting the cloned format to that particular field. But still  Im not getting currency symbol in the reports that are loaded via JRC. even I set locale before opening the report. but that also not helping.
    report.setLocale(Locale.UK);
    report.open(reportName, 0);
    Please guide me, If I'm wrong in this.

  • The expenditure organization is not active for Expense Report

    Greetings to all,
    We ran into a problem, where a person submitted an expense report with project related information. The exp report gets an error in the workflow. When we look at the workflow error message is: This expense report failed payables validation.
    When we look at the notification for error message, shows the expense report and for the line that has a problem, gives the following error message:
    "The expenditure organization is not active."
    We check the org in HRMS, we look up the org and has the following setups:
    HRMS-->work structures--> organization (query the cost center)
    then when looking at the cost center has the following:
    under organization classifications:
    Project Expenditure/Event Organization
    Project Task Owning Organization
    HR Organization
    Then looking at hrms-->organization--->hierarchy
    query for hierarchy-->we get our hierarchy,
    then under organization-->query again for our main org, we see then the subordinates which we see the cost center again.
    Everything looks good our point of view.
    If have researched this issue on ML and have read the following notes: 423267.1, but this does not resolve our issue.
    If someone has encountered this problem, can you share the additional steps to troubleshoot this issue.
    Thanks in advance for any help on this matter.

    All --
    It turns out that the employees were on LOA on the dates that they were charging time. So the message didn't really describe what the actual problem was. What happened is that the employees had gone on LOA and then returned to work, but HR had not yet returned them to active assignment. They entered their timecards as they normally had, but they did not pass validation because they weren't active on the dates they were trying to charge.
    I would have looked at the assignment earlier in the process if the error message had been employee-oriented instead of referring to the org, but at least the problem is solved. Thanks for everybody's input!
    Joe

  • E-Mail is not sent for "Expense report reimbursed"

    Hello,
    When the expense report status changes to "Reimbursed", an email should be sent to the employee. But it is not being sent.
    FYI, both in Business Configuration --> Fine Tune Activity and Personalize --> My Data setting of employee, the email option is enabled for E-Mail Type "Expense report reimbursed". But still email is not sent out when the expense report is reimbursed.
    Best regards,
    Hari

    Thanks Joachim! Just to let others know, here is the reply I got in the incident.
    Your tenant is with SAP Cloud for Travel and Expense release 1311. In this release your finding is valid that some system glitch causes the e-mail not to be sent for reimbursed expense report. This issue should have been fixed in release 1402. Because now the upgrade to release 1402 has begun and all tenants will be upgraded to 1402 in several weeks, we may not fix the issue on 1311 tenants. Anyway the main features of handling expense reports in the system should work as expected.
    Best regards,
    Hari

  • Lineage relationship for HANA tables is not shown

    Hi,
    We are using Information Steward version 14.2.1.220 and we ran Metadata integrator for SAP HANA. We are able to see the impact relationship for the tables but not lineage realationship. Some tables are populated from other tables by calling the procedures. But we are not able to see this lineage relationship.
    Can anyone please tell the solution for it?
    Regards,
    Bhagyashri

    Bhagyashri,
    At this time SAP HANA Metadata Integrator does not parse SQL procedure and so it cannot automatically establish relationship among tables which are populated by those procedures. You can create a user defined relationship to capture the table relationships in this scenario.
    Thanks,
    Hemant

  • SOME FIELDS SHOULD NOT SHOWN IN THE REPORT

    Hi,
    this is to inform you that,  there is a requriment in reporting perspective (ALV),
    Requriment:
    i have to generate a ALV report which is viewed by our CFO with one t.code, in that report suppose there are 10 fields. 
    That is a specific report if some body apart from my CFO uses the same tcode to generate the same report than it has to display only 5 fields.
    if my CFO uses the same t.code all the 10 fields must be visible.
    please help me how to do it.
    regards,
    balajia.

    There are couple of ways to achieve this,
    1) - Create 2 variants, 1 variant for CFO with all the fields  & 2nd variant with only relevant fields. Then use the authorization concept, where basis can restrict the access / execution of the report with specific variants.
    From the basis view, they create role & assign this variants in one of the object ( not sure). Basis assistance required
    2) - When developing report, write the validation for the respective fields such as maintain Customize table in which maintain userID's & fields which they can access. Display only those fields to the userID who executes this report. It should check this customize table for this UserID & only those fields listed should get displayed. ( for all the fields, instead maintaining each field, you can enter "ALL",
    Eg: UserID -
    Fields
           CFO -
    ALL ( report should display all the fields)
         NONCFO-------Field1 | Field2 | Field3 | Field4 | Field5 ( only these fields should get displayed)
    Note: In Customize table either you can maintain with User ID or Role. It will be more convinient in future as well.
    Regards,
    Reazuddin MD

  • DB Connection Tables & Views not shown in 9.0.3 for 3rd Pty JDBC

    I am running JDeveloper 9.0.3 under Windows 2000.
    I have configured the 3rd party JDBC libraries under jdev.conf.
    Under connections, database connection, I am able to connect to the database and it does show me the three schema owner names in that database. I am signed on as one of those schema names.
    However, when I attempt to drill-down to the tables and views under those schemas, nothing is shown.
    Under 9.0.2, I was only able to see the schema of the userid I used to sign-on to the database, but I was able to drill-down to the tables and views and use them in generating UML diagrams and such.
    Any help would be appreciated.

    Robert,
    We changed the handling of schemas and catalogs between 9.0.2 and 9.0.3. The purpose of the change was to correct some problems with specific JDBC drivers where the old way was not working. While we tried to test with as many drivers as possible, it seems likely that we inadvertantly introduced an incompatability with your driver. If you can provide me with a few more details, I can try to isolate the problem and hopefully find a resolution.
    First of all, when you created the connection, did you use uppercase, or lowercase. And does the case you use match the case we display in the navigator?
    Second, if you run the code I've enclosed at the bottom of this message (replacing the values in <> with the appropriate values), do you get tables back? What is the value that is printed out for the catalog. If you are seeing a difference in case between the connection definition and the schema node in the navigator, can you try both cases?
    The enclosed code is basically the query we use to get the list of tables. However, we are doing some work internally with the catalog and schema, and see what the raw query returns should point me in the correct direction.
    - John McGinnis
    Oracle JDeveloper Team
    package mypackage1;
    import java.sql.*;
    public class Class1
    public static void main( String[] args )
    try
    DriverManager.registerDriver( ( Driver ) Class.forName( "<your driver>" ).newInstance() );
    Connection conn = DriverManager.getConnection( "<your url>", "<user>", "<password>" );
    DatabaseMetaData dmd = conn.getMetaData();
    String catalog = conn.getCatalog();
    System.out.println( "Catalog = " + catalog );
    ResultSet rs = dmd.getTables( catalog, "<user>", "%", new String[] { "TABLE" } );
    int i = 0;
    while ( rs.next() )
    System.out.println( "Table " + i++ + ": " + rs.getString( 3 ) );
    catch ( SQLException ex )
    System.err.println( ex.getLocalizedMessage() );
    catch ( Exception ex )
    ex.printStackTrace();
    }

  • SOD's are not shown in the Report

    We have created the connector in Compliance Calibrator for MQA system
    We ran the user Full Synch and Incremental Synch.
    But the Sod Report doesn't show any SOD's.
    SOD's are shown for the different system's the user has same Roles in
    the two systems.
    Is something we are missing?

    Venkat,
      You need to run 1) Full User Sync, 2) Full Role Sync, 3) Full Profile sync if you are using profiles, 4) Full Risk Analysis and 5) Management Reports to see SoD violations.
    I did not understand meaning of this statmenet:
    "SOD's are shown for the different system's the user has same Roles in the two systems."
    What do you mean by this?
    Regards,
    Alpesh

  • Global Temporary table is Not working For Pdf Reports

    Hi all
    we are using oracle db-10g, developer suite-10g.
    While generating the Report for the satisfying several conditions we are fetching the data into
    Global temporary table
    On commit preserve rows
    from this temp tables excel is generated properly. but pdf is not generating can anybody exaplain why it is not generating and what to do for that
    Thank you

    query and view are not possible
    here i am giving one of the requirement
    my project is belongs to inventory project.
    report should be generated on the different selection criteria like
    1)user can select one or more product codes
    2)for that product code one or more item codes can select
    like this so many different selection are there more than 12 selections from different tables
    For this each different selection product code into gtt_prod_cd and item_cd into gtt_item_cd. after that performed the query and in where clause we are comparing the values with gtt.
    can you please suggest me what to do for PDF Reports

Maybe you are looking for

  • Clamshell mode thinks internal display is running

    I use my MBP with an external display. Unfortunately, it always thinks that the internal display is still running even after I detect displays. The MBP is closed and I use a USB mouse and keyboard. The pointer can easily get "lost" off the screen. I'

  • OBIEE 11g Actions and SSL

    Hi, I am attempting to use the action framework within OBIEE 11g, specifically invoke a web service. When I go to New -> Action I get a server error: An error occured during processing of the SSL protocol 1093359936:error:14090086:SSL routines:SSL3_G

  • Y does the cd break up when its downloaded

    why does the cd break up when its downloaded

  • Target value for BAPI_CONTRACT_CREATE

    Hi, When executing this FM, it asks me to input a "target value". I need to enter "target value" in the parameters of FM BAPI_CONTRACT_CREATE but I dont know where. Can you please help me? Tarick.

  • Two users, two seperate arguments - both receive same jnlp

    Hello, we have an app that users download a jnlp package but pass specific arguments within the jnlp request: <application-desc main-class="com.cbi.tellertools.digitalcapture.DigitalCapture"> <argument><%= codebaseBuffer.toString() %>/SaveDigitalImag