Is there any transaction to view the customer master data ...

is there any transaction to view the customer master data ...i me all the datats so that ui can prepare a report......

Hi Sunaina Kumar,
From Funtioanl Point of view
XD02 or Xd03 - Chane / Display Customer Centrally ( With Company Code Data)
VD02 or VD03 - Change / Display Customer - Sale and Distribution( With out Company Code Data.
From Technical Point of View:
SE11 or SE16
Table Name : KNA1 or KNB!
From here you can view all the customer data.
Please Reward If Really Helpful,
Thanks and Regards,
Sateesh.Kandula

Similar Messages

  • Is there any provision to view the selected record using SYS_REFCURSOR?

    hi friends ,
    I was using SQL Server . now i am shifting to Oracle . so we are changing the Stored Procedures in SQLServer to Oracle SP's. I have given the structure of procedure given below . If possible , i want to see the output of select statement in the TOAD editor . If any body knows please help me
    CREATE OR REPLACE PROCEDURE PS_AON
    P_STATUS OUT VARCHAR2,
    P_CUR OUT SYS_REFCURSOR
    AS
    BEGIN
    OPEN P_CUR FOR
              select colum1,column2,column3 from Table 1;
    EXCEPTION
                   WHEN OTHERS THEN
                   P_STATUS:=SQLERRM;
    END;
    This is one of the model of stored procedures i am using . And the editor i am using is TOAD 7.3.0 and oracle 9i. Is there any provision to view the selected records by running this procedure in TOAD editor
    thanks & regards

    (assuming you have relatively recent version of TOAD).
    Write a small block to call the procedure (or use Toad's 'execute procedure' option) as in the example below. Note the ':' in front of 'v_cur_out'. When you run the block, TOAD will prompt you for a value / datatype for 'v_cur_out'. Ignore the value, set the datatype to 'Cursor' and click OK. The resultset (if any) will be displayed in the Data Grid window below.
    DECLARE
       v_status VARCHAR2 (32767);
    BEGIN
       ps_aon (v_status, :v_cur_out);
       DBMS_OUTPUT.PUT_LINE ('v_status => ' || v_status);
    END;
    /

  • Is there any report to view" the blocked Vendor Invoices along with the Pay

    Dear Gurus,
    Is there any report to view" the blocked Vendor Invoices along with the Payment Date". Please Let me know.
    Balaji

    I think you can solve this issue with a Query.
    Fernando.

  • Validate Street and House Number in the Customer Master Data (xd01/xd02)

    All.
    I need to validate if the fields street and house number are in blank in the Customer Master Data transaction (xd01/xd02). I found an user-exit (EXIT_SAPMF02D_001), which I can validate the customer data (KNA1, KNB1, etc) before to save. The problem is in the KNA1 structure, there aren't the fields street (STREET) and house number (NOUSE_NUM1), there is only the field STRAS, which street and house number values are concatenated.I solved this problem using field-symbol to catch these values in the screen, but I know it isn't a good solution. Is there another solution to solve this ? I had problem using this user-exit. It shows a message error type 'E' when either field street or field house number are in blank, after show this message if the user click in the tabs navigator button before press enter button, the transaction shows the error message "System error on reading table  DYNTAB, screen no. 0370". Does Somebody know this problem?
    Best regards,
    Alexandre
    ps: I'm coding in the ECC 6.

    Amit.
    Thanks for your suggestion, but I need to validate these values typed by the user. When I create a customer, I can't get these values in the ADRC table.
    Regards, Alexandre

  • I am unable to upload the customer master data using BAPI.?

    Hi Guru's,
    i am unable to upload the customer master data using BAPI.(BAPI_CUSTOMER_CREATEFROMDATA1)
    Please guide me how upload the data...
    Thanks in iadvance
    Srinivas...

    Hello Srinivas
    This BAPI does not allow to create a new customer from scratch but only to copy an existing customer to a new one and change its address data.
    The reference customer has to be provided using IMPORTING parameter PI_COPYREFERENCE. See also the BAPI documentation for more details.
    The BAPI does the same like transaction XD01 with Reference.
    Regards
      Uwe

  • How to find the Acoount Group used while creating the customer master data.

    Hi,
    I am in xd03 mode displaying the customer master data. I want to know the ACCOUNT GROUP which was used while create this customer. How can i find it? Can any one tell me the process to find the account group?
    Thanks in advance.

    Enter the customer number in XD03 and click enter. Once the screen displays the customer name go to dropdown extras--> Administrative Data. This will give you the account group and the creation date of the customer. The same is stored in KNA1- KTOKD.
    Thanks
    Indranil

  • How to upload different views of customer master data using LSMW-IDOC

    I need to upload customer master data  using LSMW Idoc method for my client. Now customer will have different views like main view, Sales data, Company code data, Partner function data etc. And except main data all other data can be multiple for each customer. We are going to upload data from tab delimited .TXT file. Should I propose different LSMW for upload different views for the customer from different .TXT files? or we can upload all the customer related data (like main view data and partner function data )from a single .TXT file. Kindly suggest which one in convenient and how we can prepare the data file in both cases.

    convinient is the method that you can handle.
    but as the guy who loads the data you have to load the data like they are available, like it is convinient for others to prepare the data.
    In general there is no problem to use an IDOC method to load a customer master with multiple comany codes and several sales orgs in one shot.
    the data can be in one source file, but need then to be maintained in a certain way
    Example1: all data in 1 structure
    GD1 - CC1 - SO1
    GD1 - CC2 - SO2
    GD1 - CC2 - SO3
    in this case the GD (general data) is redundand in each line which has different Company code data or different Sales Org data
    Example2: all data in 3 sturcures but one file
    GD1
    .CC1
    .CC2
    ..SO1
    ..SO2
    ..SO3
    Example3: data delivered in 3 files - you join the files in LSMW, they must have a common identifier like the old customer number in the beginning of each file
    FILE General data:
    GD1
    GD2
    GD3
    file Compamy code data:
    CC1
    CC2
    CC3
    file Sales org data:
    SO1
    SO2
    SO3
    LSMW is flexible and can handle each of this scenarios, are you flexible too?

  • Dunning - clearing the customer master data?

    Customer XYZ has been dunned.  Customer master updated with dunning level = 1 and last date dunned.  Once customer pays invoice, is this automatically cleared by the system, or does user have to do this manually (clearing of dunning level and last date dunned in customer master)?

    The field KNB5-MAHNS (dunning level in the customer/vendor master
    record) is not the actual dunning status of the customer/vendor,
    but the highest dunning level customer/vendor got the last time
    customer/vendor was dunned.
    This is mentioned in the F1 help of this field.
    If customer pays all the repayments etc., then customer will not be
    dunned, but that customer will forever keep his dunning level, even if
    there are no more open items.
    You can change the KNB5-MAHNS field manually in the master record in
    fk02/fd02.
    Also, please review and apply note 6591 if you would like to reset the
    dunning data.
    Hope that helps:
    Jon

  • Is there any way to view the iPhone on a mac like I could on pc

    I am still trying to transfer films back to my iPad that are on my iPhone they were easily transferred from my phone to iTunes library on my pc but when I got my first mac and synced my iPad it deleted them all. I still have on my iPhone and won't sync as it says all films will be deleted. I fully understand this was my error before disposing of PC. On the pc the iPhone appeared as an external drive and I could copy and paste onto desk top then add tomitunes library is there anyway of doing this on mac. Sorry to ask same question again. Any advice gratefully received as totally new to mac

    OK, so your old iTunes library was on your PC and now the library is on your Mac?  Do I have that right?  Your iPhone and iPad were auto syncing to the PC and now you connect them to your Mac and it wants to clear out the media?
    This is important, do you have in your iTunes library on your new Mac, the media you want now?  Or are you trying to move your media by copying what is on the iPhone/iPad to your iTunes?

  • Is there any way to view the Java API through Eclipse or any IDE?

    I usually use Eclipse to code and sometimes, when i'm typing a method it will show a small list of the methods available for that class. Does Eclipse (or any other IDE, but Eclipse especially), have the java API available for view somewhere in the program?
    Thanks.

    In Eclipse Select Window -> Show View -> JavaDoc. If you're JRE is set up correctly, it will show you the JavaDoc of the currently selected class/method/member variable in that view.
    If it isn't, then go to Window -> Preferences -> Java -> Installed JRE and edit the JavaDoc location of the rt.jar (for Java 6 http://java.sun.com/javase/6/docs/api/ is a good value, as long as you're online).

  • Are there any way to close the warning "cellular data is turned off" ?

    the warning says "turn on the cellular data or use wi-fi to acces data"
    I am not trying to access any data requires the internet connection.
    how can I turned off this warning ?

    The iPhone is designed to be constantly connected. The only way to avoid this warning is to make sure you have cellular data turned on or have a constant WiFi connection.
    There is one other option, but that's to pur the phone in airplane mode, which means no phone calls or text message either.

  • Transaction to view the Batch Stock as on any date

    Is there any Transaction to view the Batch Stock as on any date?
    Regrads
    Soumen

    I had already tried this. But it does not show the batches, it shows the material docs with batches.
    I want like this:
    Material                Batch S                    Stock
    Regards

  • What happened to Effort metrics in the Custom Reports data model?

    What happened to Effort metrics in the Custom Reports data model?
    Is there any way to use the Custom Reports data model to report on task effort?  This was a metric captured in the Standard Reports Data Package, but looking through the metrics in the Custom Reports data model (particularly the ServiceTask Fact table) I do not see any effort related metric. 

    Ed is right.  The Custom Report data model on pre-2007.1.1 did not contain task effort data but it is added as a fact to report against in the 2007.1.1 release.  You will get this once you upgrade to 2007.1.1 and turn on the task effort entry setting in site administration.

  • Revoke the material master data's updated in production

    Hi Experts,
    I have updated the product hierarchy field for the list of materials using BAPI_MATERIAL_SAVEDATA.
    I have forget to set the SALES_VIEW flag in BAPIMATHEAD table, instead it created all the views for the material. Is there any way to revoke the material master data.
    Thanks & Regards,
    Anand

    ALL_CAPITAL should resolve your problem. Check this also:
    RSDMD 194: 0MATERIAL Datarecord is invalid
    /thread/307925 [original link is broken]
    Absolutley Stuck...can't load data as characteristic
    Thanks..
    Shambhu

  • Is there any way to do the following? Regarding score, and printing.

    Hello,
    My name is Kyle, and I just started using GarageBand. I have been a Mac user for quite some time, and I just recently purchased the Jam Packs. I have been a composer for about 5 years, and I am really interested in electronic music and the possibilities that it has. GarageBand seems to be a great program, and considering it is a program that is standard on Macs now makes a lot of wonderful technology available to the general public.
    I have started using GarageBand to help me with some of my compositions, buy using the software instruments and improvising, to give me an idea of what some chordal structures sound like, and how I could interwieve some of the parts together. Is there any way to view the full score? I know that you can view the notes in note view, but is there any way to select multiple parts and view the score of the parts? This is something that I don't see, and I think it would be very helpful to view it as a full score, while also having the ability to do a single instrument input.
    Also, I was wondering if there was any way to print the notation for each part? Also, this would be helpful from score view. I use Finale 2007 for my notation for compositions, and sometimes Sibelius 4. I would like to transfer some of the stuff that I have played into Finale, so that I can do a little more editing, and incorperate it into a piece. I don't want to have GarageBand open, and read it note for note. I don't think there is any way to export them either, so that Finale or Sibelius could read the notes and rhythms. Am I asking for too much from a program that is essentially free with my system? I just see a lot of potential for the program, and I know most of my friends who are also composition majors are Mac users. I think this could be easily fixed, if these things aren't available already. If anyone knows anything about this, or has any suggestions, please let me know, as this is something I would like to use more as a tool, and I feel has a lot more potential to grow into an even better program.

    Thank you. I have heard of Logic Pro 7, but I have never personally used it. I'm still growing in the world of Composition, and I know that it is something I will be studying in one of my Computer Music classes coming up for my degree. I think it is something I will look into getting once I can justify the price of it. I guess for the time being, I will continue to play and grow in my ability to use and take advantage of GB, and then see what I can do about or with Logic Pro when I'm ready. The thought of spending $1000 for a program is hard to bite, because I've already spent a lot to produce my music, not only electronic music, but also chamber music and so on. I had no idea it would be so expensive to dive deep into the world of composition! lol.
    Finale 2007: $500
    Sibelius 4: $500
    Jam Packs: $400
    Midi Keyboard Interface: $100
    PowerBook: $1700
    Printer for printing scores and analysis: $150
    Logic Pro 7: Oy!
    As you can see it adds up very quickly...that doesn't even include my personal instruments and study materials.
    Thank you for your input, as I haven't really worked much with LP, and therefore didn't know which features are available. I will talk with some of my Composition buddies, and professors and see what they have to say as well, and who knows, I may be able to get the express version through one of them.

Maybe you are looking for