How to link NAST table with ADR6

Hi,
    I need to extract the email adrress from ADR6 . I give output type , transmission medium and extract fax no from NAST.
can anybody provide me a link between ADR6 and NAST. Have tried usung address number. But somehow address number is not at all gettin populated. can anybody provide me the solution.

Hi,
Mostly u can Avoid NAST table for Fax Number.
(NAST table mostly fax number not available)
So U use ADR3 table get the Fax Number.
ADR3-ADDRNUMBER = ADR6-ADDRNUMBER.
Reward if usefull.
Thanks,
Durai.V

Similar Messages

  • How to link TCJ_Documents table with BKPF table

    Dear all,
    i am new ABAPer, i need to join TCJ_Documents table with BKPF table.
    but, i can not find the relationship between this two tables.
    so, please help !
    thanks !

    Hi....
    There is a company code (BUKRS) in both tables.
    Also Fiscal year(GJAHR)...
    What is the problem with that?
    Sample code...
    data: begin of itab occurs 0,
          bukrs type bukrs,
          cjnr type cjnr,
          belnr type belnr_d,
          end of itab.
    start-of-selection.
    select p~bukrs p~belnr q~comp_code from bkpf as p
           inner join tcj_documents as q
           on p~bukrs = q~comp_code
           into table itab.
    loop at itab.
      write:/ itab-bukrs.
    endloop.
    Thanks,
    Naveen.i

  • How to link VBREVK table with Sales document tables

    Hi Experts,
    I have requirement to generate license revenue information which requires tables like VBAK,VBAP.VEDA,VBREVE and VBREVK
    Join condition used:
    VBAK-sales document -VBAP-Sales document
    VBAP-sales document-VEDA-Sales document
    VBAP-sales document item-VEDA-sales document item
    VBAP-sales document-VBREVE-Sales document
    VBAP-sales document item-VBREVE-sales document item
    till here i am able to generate correct records
    But i have to join VBREVK table to any of the above tables
    1.VBREVK is unable to join with VBREVE table
    2.Getting duplicate records when joined with VEDA and VBAK
    Please let me know correct join condition between VBREVK with any of the above tables to avoid duplicates.
    Thank you in advance,
    Regards,
    narasimha.

    Hi Isha,
    you can make use of Tcode SQVI .
    there you can fine the table realtionship.
    regards,
    Pravin

  • How to link VBAP table to field IB SYMBOL

    Hello,
    How to link VBAP table to field IB SYMBOL
    I have checked in transaction SQVI if any relationship exists between the
    two tables but there is none
    Is there any third table which is common and can be used to link VBAP and
    IB SYMBOL
    I require this bcz IB SYMBOL contain the charecteristic's of KMAT material
    (configurable material ) which need to be printed in the o/p
    Is there any other way i can link VBAP to get these characteristc's in the output.
    Regards
    Harish Madhavan
    Edited by: Madhavan Harish on Oct 11, 2010 12:58 PM

    Check with your Basis admin if it would be possible to back up and restore the data. They must have something in case of emergency anyway.
    Changes in the table fields do not delete the data. I bet someone just used the Database Utility incorrectly and instead of doing the table adjustment with saving the data delete it (there is literally a radio-button for it). Just don't let people do this in Production and you'll be OK.
    Also between DEV and PRD you should have another test run in the QA system. If it didn't work well in both DEV and QA I wouldn't ever put this changes in Production, to be honest.

  • How to create a table with events in smartforms?

    How to create a table with events view in smartforms?
    It doesn't like general table with header, main area and footer.
    for example:
    in smartforms: LE_SHP_DELNOTE
    table name is TABLEITEM(Delivery items table)

    Vel wrote:
    I am creating XML file using DBMS_XMLGEN package. This XML file will contain data from two different database tables. So I am creating temporary table in the PL/SQL procedure to have the data from these different tables in a single temporary table.
    Please find the below Dynamic SQL statements that i'm using for create the temp table and inserting the data into it.
    Before insert the V_NAME filed, i will be appending a VARCHAR field to the original data.
    EXECUTE IMMEDIATE 'CREATE TABLE TEMP_TABLE (UNIQUE_KEY NUMBER , FILE_NAME VARCHAR2(1000), LAST_DATE DATE)';
    EXECUTE IMMEDIATE 'INSERT INTO TEMP_TABLE values (SEQUENCE.nextval,:1,:2)' USING V_NAME,vLastDate;What exactly i need is to eliminate the INSERT portion of it,Since i have to insert more 90,000 rows into it. Is there way to have the temp table created with data in it along with the sequence value as well.
    I'm using Oracle 10.2.0.4 version.
    Edited by: 903948 on Dec 22, 2011 10:58 PMWhat you need to do to eliminate the INSERT statement is to -- as already suggested by others - eliminate the temporary table. You don't need it. It is just necessary overhead. Please explain why you (apparently) believe that the suggestion of a view will not meet your requirements.

  • How to create a table with varied number of columns?

    I am trying to create a balance table. The colunms should include years between the start year and end year the user will input at run time. The rows will be the customers with outstanding balance in those years.
    If the user input years 2000 and 2002, the table should have columns 2000, 2001, 2002. But if the user input 2000 and 2001, the table will only have columns 2000 and 2001.
    Can I do it? How? Thanka a lot.

    Why did you create a new thread for this?
    How to create a table with varied number of columns?

  • How to create a table with datatype blob and insert a pdf file (ravi)

    how to create a table with datatype blob and insert a pdf file,
    give me the explain asap
    1.create the table?
    2.insert the pdffiles into tables?
    3.how to view the files?
    Thanks & Regards
    ravikumar.k
    Edited by: 895044 on Dec 5, 2011 2:55 AM

    895044 wrote:
    how to create a table with datatype blob and insert a pdf file,
    give me the explain asapPerhaps you should read...
    {message:id=9360002}
    especially point 2.
    We're not just sitting here waiting to answer your question as quickly as possible for you.

  • How to build a table with predifined? Like Huffman decoding, there are 34 predefined tables?

    I am trying to use Labview for mp3 huffman decoding. there are 34 predefined tables for lookup purpose. I tried build array control, but it is so hard to assign value with size of 16. What is the better way to create predefined array? And how to do lookup table with Labview?

    IMHO, the best way to have something "predefined" is to read this data from a "setup/configuration" file (if you don't want to use "default settings" LV feature). The choice of the format for all the data that you want to store in some kind of configuration file is up to you.
    Also, constructing a "lookup table" in LV doesn't seems different as for any other programming language.

  • How to link a form with MSC2N

    Hi,
    Somebody know how to link a form with MSC2N.
    I want to complete the characteristic in the classification and after I want to print them with MSC2N;
    Thanks a lot for your help.
    Best regards
    Kari

    I explain you my problem.
    I want to link a form with MSC2N in order to print all the characteristic, and  all the informations of the good issue.
    That's why I want to link a form with MSC2N.
    My customer ask me to ceate a form with these informations and I don't kow how to join the characteristics in MSC2N and the datas which come from MIGO.
    Somebody could help me?
    Thanks a lot
    Kari

  • How to insert a table with variable rows in smart form

    Hi all,
    How to insert a table with variable rows in smart form?
    Any help would be appreciated.
    Regards,
    Mahesh.

    Hi,
    Right click the mouse->create->table
    If you want 5 columns, you need to declare 5 cells in one line type of the table
    Click on Table -> Details, then do the following
    Line Type 1 2 3 4 5
    L1 2mm 3mm etc
    Here specify the width of the columns as many as you want..
    then in the header/main area of the table, click create Table Line, Rowtype is L1, automatically 5 cells will come,In each cell create a text element, display the variable to be printed there.

  • How to Link AD user with Apps user

    Hi,
    We are in process of authenticating EBusiness suite users against their Active Directory credentials.
    We did the following:
    1. Import Apps users into OID
    2. Import AD users into OID
    We dont know how to link AD account with EBz account. Are we on right track?
    Please let me know if there is any document which explains the linking process.

    FYI
    I sucessfully authetnicated the AD user in OID against AD password using external auth.
    Do I really need to import ebusiness apps users into OID and then establish a link? Pls help me explain the process.

  • How to link Business Place with plant

    Dear Expert,
    We are getting Business Place wise FBL3N report for Vat Payable GL code.
    We have created Business Place under Extended Witholding Tax tab.
    We are generating tax invoice in different plant.
    But how to link Business Place with plant so that FBL3N report will show Business place.
    Regards,
    Alok

    You can't make an entry directly to production server.
    You have to make the changes in Dev server then transport it to production server.
    Try the follow path
    SPRO-IMG-Cross-Application Components-General Application Functions-Place of Business-Assign Business Places to Plants.

  • How to get the table with no. of records after filter in webdynpro

    Dear Gurus,
    How to get the table with no. of records after filter in webdynpro?
    Thanks in advance.
    Sankar

    Hello Sankar,
    Please explain your requirement clearly so that we can help you easily.
    To get the table records from your context node use method get_static_attributes_table()
    data lo_nd_mynode       type ref to if_wd_context_node. 
    data lt_atrributes_table  type wd_this->elements_mynode. 
    lo_nd_mynode = wd_context->get_child_node( name = wd_this->wdctx_mynode ). 
    lo_nd_mynode->get_static_attributes_table( importing table = lt_atrributes_table ). 
    Note: You should have already defined your context node as a Dictionary Structure.
    BR,
    RAM

  • How to link Partner function with EDI ?

    Hi all,
    While sending PO thourgh EDI i am getting some error message...Partner function is not assigned with EDI..this message is not coming with ALE.
    Can any body help me to "How to link Partner function with EDI "?
    Thanks in advance.
    ankush

    Hi Ankush,
    Perhaps unintentionally, you are not rewarding points for correct answers, instead of clicking on the radio button"AWARD POINTS", you are clicking  "SOLVED BY OWN".
    and no points are being given from your side.
    Please award points if you find the answers helpful.
    Now also you can award points first, unassign by clicking again and then assign to whomsoever you think deserves.
    Regards,
    Sachendra Singh

  • How to Link Solution manager with ECC?

    Hi Friends,
    i am new to solution manager. can any one help me how to link solution manager with other SAP servers like ECC, CRM, SRM? if anybody has paterial for the configuration can u send me, i will be very much thankful for that? my mail id is [email protected], [email protected]
    thank you,
    devendran.

    hi Nick thanx for you reply. i was trying your way and the pop-up  asking the System name, Product, Product version and the installation number. (is it the right screen which i am opening? if it is not then help me out).
    my doubt is what to give in the system name. i had given ECC500 and it is not taking. is there any specific charater to enter i this field? if it is there then where we are maintaining it?
    in the product field i entered SAP R/3 Enterprise and Product Version SAP R/3 Enterprise 47x200 from F4 option.
    the next doubt is what is the Installation number and what to give in that.
    Regards,
    Devendran

Maybe you are looking for