Populating the table ISJPHIERARCHY (Invoice Summary for Japan)

Hi All,
I have a requirement, where  need to update the table ISJPHIERARCHY , which is the invoice summary for Japan table.
Can you please let me know if there is  any BADI, Function module to updating this table at the time of Customer Creation.
I am able to create a customer using the API CMD_EI_API=>maintain_bapi.
However , I could not find a suitable method/badi to populate the invoice sumamry.
<removed by moderator> any help will be highly appreciated <removed by moderator>.
Thanks,
Sandeep
Edited by: Thomas Zloch on Aug 4, 2011 12:57 PM

Hi Paul,
Thank you so much for taking an interest.
My problem might seem stupid to all the advanced users - but I had to start somewhere.
After reading pretty much all the posts and help-files I’m more confused then ever …
Well then, here we go.
I attached my form and for better understanding what it will later look like a sample data file.
I do appreciate and eagerly await any tips, hints, help, sample code and what ever I can get.
Thanks again
Jixin
(just to be safe the second pdf should include the sample data ...)

Similar Messages

  • What are the tables to be used for these reports

    hello everybody,
             i am a new user. it is only recently that i have started learning ABAP. i was given a rask by my faculty to develop the following reports. can anyone help me find out the tables that are used for them.
    1.  Report for Sales Orders due for delivery.
    2.  Revenue Reports based on Order Types.
    3.  Report for list of Pending Purchase Orders, Cancel Purchase orders.

    Hi,
    This depends on which fields you are supposed to show in output.Ask the person about layout requirement. How they want output of the report and which fields.
    Normally Functional person will give table name also.
    Here are few tables which can be useful in your requirement.
    Sales Header table : VBAK
    Sales Item table : VBAP
    Delivery Header : LIKP
    Delivery Item : LIPS
    Purchase order header : EKKO
    Purchase order item : EKPO
    Better to concern this with u r requester and u ll get definite answer.
    *MARK if this helps

  • No record found in the table while using condition for the new added field

    Hi,
    I have added a new field in Z table. There is lots of record in the table. The field which I added have null records. When I am checking the record using the condition new field equal(EQ) to space or blank. This shows no record in the table, but when I execute whole of the table, it shows entries for all field.
    Please suggest. Thanks in Advance.
    Rgds,
    Hemant Maurya

    Hi Suhas,
    Thanks for your quick response.
    Yes I have run SE14 and activate & adjust the database, But problem is same.
    My select query is:
    SELECT VBELN
             PI
             GJAHR
             KUNNR
             GPD
             GPI
    INTO TABLE I_GP_DATA
    FROM ZFI_GP_DISCOUNTS
    WHERE AUGDT BETWEEN ZFI_GP_DISCOUNTS-AUGDT AND ZFI_GP_DISCOUNTS-P_DATE
    AND DOC_NO EQ SPACE.
    Thanks & Regards,
    Hemant Maurya

  • Tables regarding  invoice details for customers

    hi,
         Can anyone tell which is the table where the invoice details for customer gets stored.We require details like invoice number,customer details,sales order for which invoice is generated,status of the invoice,amount,invoice creation date etc.
    Please help.

    can you tell me that 'invoice status ' is stored which tables in application paymemt managment module ??
    i viewed the table ap_invoices v  and apinvoices_all , but that's invoice status is null
    t hank you

  • Populating the table with values in a jsp

    need help...
    i have a jsp with 2 textboxes lastname and firstname and a button submit.
    wen i click on submit i should get a table on the same jsp below the submit button and it should be populated with the values entered in the textboxes.
    Can you pl help me out the the functionality of populating the textboxes?

    add a onclick function to button...on that onclick u hav e to populate a div with fname and lname
    in tat new div giv bean :write so tat u can get wat u have entered in above text boxes

  • Please give me the table name & field name for plant stock in previous peri

    Hi Friends:
       When we display a meterial by MM03, under plant stock tab, in the last, there is description of 'Plant Stoicks in previous period'. When I see the field ' Unrestricted Use Stock', there is a value. When I press F1, it looks like its from MARD table, field VMLAB. But when I check the table, there is no value.Please suggest me the table & field name.I also tried the tables MBEWH, MARDH, MCHBH, but its no there. PLease suggest.
    Please suggest me urgently.I'll be thankful.
    Regards:
    Gaurav

    Dear,
    You can see plant stock for previous period of Material with MB5B.
    Please check below mention tables.
    MARA
    MAKT
    MARM
    MAPE
    MARC
    MARD
    MAST
    MBEW
    MLGN
    MLGT
    MDIP
    MKOP
    EBEW
    QBEW
    MVER
    DVER
    MVKE
    MLAN
    MARC
    MAPR
    MARD
    MCH1
    MCHA
    MCHB
    MDMA
    DBVM
    MOFF
    Regards,
    Mahesh Wagh

  • What is the Table name & Field Name for Clearing text field in F-53 Transac

    Hi,
    I need prepare a functional specification for Clearing text field in Check Register.I am not able to find the Table name and Field Name for Clearing text field in F 53 transaction code.Kindly provide me the Table and filed name.so that i can proceed.Kindly help me.
    I will assign points.
    Thanks
    Sunitha

    Hi
    From the payment document you have to link to the clearing document (Number BSEG-AUGBL, same Fiscal year and Company Code) in the clearing document the text entered in the transaction can be found on item text (BSEG-TEXT).
    RF05A is a Structure name
    Ranga
    Edited by: Ranga Swamy on Dec 4, 2008 7:55 PM

  • How to convert the table with separate fields for every period

    Hi there,
    I have the table in R/3 called COSP. The table contains the separate fields for values of separate reporting periods, let's say Amount01, Amount02 etc. I need to extract this data to BW and load it into ODS, which contains the data like common key figure for amount and info object Fiscal Period. How to extract and tansform the data to be able to load it there?
    I mean, how to change the row like:
    100 100 200 200....
    for rows like:
    001 100
    002 100
    003 200
    004 200
    I hope you'll help,
    Kooyot

    Hi,
    you need to implement a bit of coding for that.
    With the 'do varying' statement abap provides a loop over those fields. Within this loop you can build up a new internal table with one entry for each period and amount.
    kind regards
    Siggi
    PS: I am not very familiar with CO, but I guess there will be a standard extractor for that.

  • Need to find the table of RV45A-ETDAT for Report Development

    Hi Everyone,
    I need to bring a field on a custom report - 'First Date' in the Sales Order at item level.
    It is populated with a structure RV45A and the field is ETDAT.
    Apparrently this field is not directly stored in the sales order related database table like VBAP.
    Kindly advise on how to find 'from where to pick this field value' for a custom report development.
    Thank you very much for your help.
    Hemant

    Hi,
    The field ETDAT field is not stored in any SAP Table.
    Probably the field ETDAT in your structure RV45A is populated with data at runtime and that data might be reassigned to some other field.
    You can check the same only in debugging the standard code of that transaction.
    Reward if helpful.
    Warm Regards
    R Adarsh

  • Plz go through the table stucture and query for the desired resultusing pos

    date           timespent project timesheetId
    2008-05-12      7.5000     2-NT 1
    2008-05-13     7.5000     2-0670A     1
    2008-05-14     5.5000     2-0671A     1
    2008-05-15     2.5000     2-0670A     1
    2008-05-15      5.0000     2-NF4 1
    2008-05-16     7.5000     2-0670A     2
    NF:---Non Billable
    NT:-- leave Taken
    Numbers:--- 1 TO 15 represnts date ,for paticular date i need the time spent by an employee for a particular project
    i am using postgre Sql where Decode function will not work,in stead of this i have used this query.but i did not get sesired result.
    num_phase=project
    timespent=temps
    date=jour
    select num_phase,temps, CASE to_char(jour,'dd')
         when '1' then temps
         else '0'
    end as "1" ,
    CASE to_char(jour,'dd')
         when '2' then temps
         else '0'
    end as "2",
    CASE to_char(jour,'dd')
         when '3' then temps
         else '0'
    end as "3",
    CASE to_char(jour,'dd')
         when '4' then temps
         else '0'
    end as "4",
    CASE to_char(jour,'dd')
         when '5' then temps
         else '0'
    end as "5",
    CASE to_char(jour,'dd')
         when '6' then temps
         else '0'
    end as "6",
    CASE to_char(jour,'dd')
         when '7' then temps
         else '0'
    end as "7",
    CASE to_char(jour,'dd')
         when '8' then temps
         else '0'
    end as "8",
    CASE to_char(jour,'dd')
         when '9' then temps
         else '0'
    end as "9",
    CASE to_char(jour,'dd')
         when '10' then temps
         else '0'
    end as "10",
    CASE to_char(jour,'dd')
         when '11' then temps
         else '0'
    end as "11",
    CASE to_char(jour,'dd')
         when '12' then temps
         else '0'
    end as "12",
    CASE to_char(jour,'dd')
         when '13' then temps
         else '0'
    end as "13",
    CASE to_char(jour,'dd')
         when '14' then temps
         else '0'
    end as "14",
    CASE to_char(jour,'dd')
         when '15' then temps
         else '0'
    end as "15",sum(temps) as Total
    from temps_passes_jour where id_feuille_temps =1
    AND num_phase not LIKE '%NF%' AND
    num_phase not LIKE '%NT%'
    GROUP BY num_phase,temps,jour order by num_phase,jour
    Result:---
    Disply form table
    Project 1 2 3 4 5 6 7 8 9 11 12 13 14 15 Total
    2-0670A                              7.5000 2.5000 10.0000
    2-0671A                                   5.5000     5.5000
    Edited by: user10193450 on Aug 27, 2008 9:38 PM
    Edited by: user10193450 on Aug 27, 2008 9:40 PM
    Edited by: user10193450 on Aug 27, 2008 9:43 PM

    And your query will be in this lines.
    select project, for_1, for_2, for_3, for_4, for_5, for_6, for_7, for_8,
                    for_9, for_10, for_11, for_12, for_13, for_14, for_15,
                    (for_1+ for_2+ for_3+ for_4+ for_5+ for_6+ for_7+ for_8+ for_9+ for_10+ for_11+ for_12+ for_13+ for_14+ for_15) total
    from (select project, max(decode(timesheetid, 1, timespent, NULL)) for_1
                  , max(decode(timesheetid, 2, timespent, NULL)) for_2
                  , max(decode(timesheetid, 3, timespent, NULL)) for_3
                  , max(decode(timesheetid, 4, timespent, NULL)) for_4
                  , max(decode(timesheetid, 5, timespent, NULL)) for_5
                  , max(decode(timesheetid, 6, timespent, NULL)) for_6
                  , max(decode(timesheetid, 7, timespent, NULL)) for_7
                  , max(decode(timesheetid, 8, timespent, NULL)) for_8
                  , max(decode(timesheetid, 9, timespent, NULL)) for_9
                  , max(decode(timesheetid, 10, timespent, NULL)) for_10
                  , max(decode(timesheetid, 11, timespent, NULL)) for_11
                  , max(decode(timesheetid, 12, timespent, NULL)) for_12
                  , max(decode(timesheetid, 13, timespent, NULL)) for_13
                  , max(decode(timesheetid, 14, timespent, NULL)) for_14
                  , max(de(timesheetid, 15, timespent, NULL)) for_15
          from your_table
          group by project
    order by projectCheers
    Sarma.

  • What is the best free invoice software for Mac?

    I'm curious what is the best software for creating invoices on a Mac that is free?
    Thankyou

    http://www.neooffice.org/ as a stand alone software spreadsheet.
    http://www.editgrid.com/ as a web based spreadsheet.
    Both are free, and both give you as much customization as you need to create invoices and have automatic calculation that is never "assumed" by the software and only directed by you how it should proceed.

  • Need help in Populating a Z-field in the table "MARD"

    Hi Group,
    I have a requirement like as under:
    1)
    Need to add a field in the transaction MM01/02/03 screen in the view u2018Plant data / stor. 1u2019. And this field should go into the table u2018MARDu2019 table, by appending the structure and adding this field details in it.
    2)
    Once I post a value into this field thru the transactions (MM01/MM02/MM03) , I need the value in the screen to be populated into the table u2018MARDu2019 in the Appended Structure field.
    Could you please help me out by getting a proper User Exit or BADI which fulfills the requirement?
    in Summary, please let me know a User Exit or BADI which will update the Z-field of the table 'MARD'.
    Thanks for the help in advance.
    Regards,
    Vishnu.

    please  check , it might help you.
    How to add fields to MM01 Transaction
    How to add a new field in MM01 with CONCEPT as a field?
    How to add a new field in MM01, with say contaminent  as a field?
    HI ALL, How can i add new field in mm01 basicdata1 screen
    Add button in MM01 Transaction
    i want to add the one field in mm01 application how can i add the field?
    If you dont get the answer still , please search the forum you will get many links for your requirement
    Regards
    Satish Boguda

  • Populating the test data in table of IDES ECC 5.0 in Oracle

    Hi Guys,
    I have installed IDES ECC 5.0 successfully without any errors. But I don't see the data in tables like PA0001 etc. Can some body give me the steps for populating the tables with test data. I was able to sign on using DDIC in client 000.
    Thanks,

    you are using wrong client, login into client 800. check tcode SCC4 to check which client you want to log into.

  • How to add business logic before populating the read only tables.

    Hi All
    Could you please suggest something for the following requirement:
    I want to populate read only tables from the data control pallete(Based on VO) into the jsff. But Before populating the table I want to add conditions based on what the data should appear in the table.
    For e.g:
    There is a VO fetching the completed and pending tasks by the user. Only one VO is there to fetch the tasks but different tables are used to show the pending and completed tasks..I have created the bind variable for the task status.
    Shall I need to add business logic in the backing bean for jsff which is having the setter and getter for the tables.
    Regards,
    Kanika

    Hi,
    why don't you specify ViewCriteria on the View Object you use and use a bind variable to filter the table data? You can apply ViewCriteria in the AM data model so that they only show e.g. completed tasks, or you can assign a view criteria that uses bind variables, in which case the table is filtered dynamically by the value of the bind variable, or you use Java code to dynamically apply the View Criterias
    Frank

  • Table does not exist for the sys user

    Hey Everyone,
    I am having a strange problem with 10G 10.2. I keep getting the table does not exist for all the tables when I am logged in as sys. It is strange because I can query the same tables being logged in as a regular user say 'scott'. I can't figure out what the problem is since it could not be privileges because the user is sys. Is there something I am missing here. Any advice would be welcome.
    Thanks,
    Sarang

    Yeah i am using the query....
    SELECT * FORM SCOTT.EMP
    It is a little wierd. I did a full database restore yesterday night. I dont know if that has anything to do with this. Will have to take a look at the logs.

Maybe you are looking for