TIN No

Hi,
If the customer has different branches then how can we enter the different TIN no's for the specific customer

hi,
Create a user defined field in Tools --> Manage User defined fields -- > Master Data -- >
Buiness Partner Addresses ---> Create a UDF as alphanumeric type.
Click open customer master data,u can find newly added UDF.
Enter TIN No. here for each branch.
Jeyakanthan

Similar Messages

  • I am suddenly unable to open my pictures in Adobe Photoshop. It gives the following message: The document "Tina-19.jpg" could not be opened. Photoshop cannot open files in the  "Adobe Photoshop JPEG file" format. What does this mean? I have opened my phot

    I am suddenly unable to open my pictures in Adobe Photoshop. It gives the following message: The document “Tina-19.jpg” could not be opened. Photoshop cannot open files in the  “Adobe Photoshop JPEG file” format.
      What does this mean? I have opened my photos in Adobe Photoshop for years and suddenly I get this message and can't open any of my pictures

    JoeLib wrote:
    You type way faster than me Gene.
    Well, not necessarily in this case.
    According to the time stamp, Gene posted his answer a bit over three hours before you did, Joe.
    Gene's post:       Dec 29, 2014 5:54 PM
    Joe's post:          Dec 29, 2014 8:57 PM

  • Error while Updating the TIN No through DTW

    Hi,
    When i try to update the TIN Number through DTW .....i'm experiencing the Error--
    DELETING ROWS NOT SUPPORTED FOR OBJECT FISCAL ID'S FOR BP MASTER DATA APPLICATION-DEFINED OR OBJECT DEFINED ERROR 65171
    My Template is like this....
    ParentKey
    LineNum
    Address
    TaxId11
    CardCode
    LineNum
    Address
    taxId11
    S000001
    0
    bo_ShipTo
    1234567892
    What could be the reason for the  error..?

    Hi,
    Please check the following thread:
    http://scn.sap.com/thread/1967643

  • TS1587 Hello, I downloaded an ntfs systemfile from tuxera and used it to convert a usb stick, my imac froze a while after so I turned it off the on and now I have blue vertical lines on boot up and the a white screen with lots of tine blue symbols, need h

    Hello, I downloaded an ntfs systemfile from tuxera and used it to convert a usb stick so I could put more than the fat32 4gb on, my Imac froze a while after so I turned it off the on and now I have blue vertical lines on boot up and the a white screen with lots of tine blue symbols after, mouse pointer moves but thats about it.
    Have used R and cmd to get a menu up but once I choose one of the four options my mouse is rendered useless and I cant get any further, have downloaded, to another usb stick recovery disk assisstant and am trying to use that in conjunction with the lion option on the previously mentioned screen, computer was responding really slowly and has now frozen on the terms of software license agreement (maybe the last hurdle!) can anyone pleeeeeease help!!!!!??????

    It's likely that the boot drive is failing, or that there's some other hardware fault. Run the Apple Hardware Test.
    Intel-based Macs: Using Apple Hardware Test
    Even if the test is negative, you should make a "Genius" appointment at an Apple Store to have the machine tested more thoroughly.

  • Creation of TIN

    Hi to everbody,
    I have a problem to create TIN(in Oracle Version 11.1.0.6.0),
    when i am creating tin the following error occures,
    DECLARE
    ERROR at line 1:
    ORA-13199: Invalid Parameters for Partition_Table
    ORA-13199: Invalid ptn_capacity parameter
    ORA-06512: at "MDSYS.PRVT_TIN", line 3
    ORA-06512: at "MDSYS.PRVT_TIN", line 158
    ORA-06512: at "MDSYS.SDO_TIN_PKG", line 85
    ORA-06512: at line 21
    For Reference I putting Total Scrpit:
    Drop table inphun;
    Create table inphun(
    RID VARCHAR2(40),
    VAL_D1 number(10),
    VAL_D2 number(10),
    VAL_D3 number(10))
    partition by range (RID)
    (partition P1 VALUES LESS THAN (50),
    partition P2 VALUES LESS THAN (Maxvalue));
    -- Here I inserted Values of val_D1,val_D2,val_D3 using sqlldr and .ctl file
    SQL> Drop table tin_hun;
    Table dropped.
    SQL>
    SQL> CREATE TABLE tin_hun (tin SDO_TIN);
    Table created.
    SQL>
    SQL> Drop table tin_blkhun;
    Table dropped.
    SQL>
    SQL> CREATE TABLE tin_blkhun AS SELECT * FROM MDSYS.SDO_TIN_BLK_TABLE;
    Table created.
    SQL>
    SQL> drop table reshun;
    Table dropped.
    SQL>
    SQL> CREATE TABLE reshun (ptn_id NUMBER, point_id NUMBER,
    2 rid VARCHAR2(24), val_d1 NUMBER, val_d2 NUMBER, val_d3 NUMBER);
    Table created.
    SQL>
    SQL>
    SQL> DECLARE
    2 tin SDO_TIN;
    3 BEGIN
    4 tin := SDO_TIN_PKG.INIT(
    5 'TIN_HUN',
    6 'TIN',
    7 'TIN_BLKHUN',
    8 -- null,
    9 'blk_capacity=2',
    10 SDO_GEOMETRY(2003, 8307, NULL,SDO_ELEM_INFO_ARRAY(1,1003,3),SDO_ORDINATE_ARRAY(-180, -90, 180, 90)),
    11 0.00000005,
    12 3,
    13 NULL,
    14 NULL,
    15 NULL,
    16 NULL,
    17 NULL,
    18 NULL
    19 );
    20 INSERT INTO tin_tab (tin) VALUES (tin);
    21 SDO_TIN_PKG.CREATE_TIN(
    22 tin,
    23 'INPHUN',
    24 'RESHUN'
    25 );
    26 END;
    27 /
    DECLARE
    ERROR at line 1:
    ORA-13199: Invalid Parameters for Partition_Table
    ORA-13199: Invalid ptn_capacity parameter
    ORA-06512: at "MDSYS.PRVT_TIN", line 3
    ORA-06512: at "MDSYS.PRVT_TIN", line 158
    ORA-06512: at "MDSYS.SDO_TIN_PKG", line 85
    ORA-06512: at line 21
    SQL>
    SQL> SELECT count(*) FROM INPhun;
    COUNT(*)
    100
    SQL>
    SQL> SELECT blk_id, num_points FROM tin_blkhun;
    no rows selected
    So ple. Give me  Descrption Regrading the Error.
    And I have another Doubt, after creation of TIN which GIS Software is Suitable to View the Data.
    and Mapbuilder is Enough to View the TIN Data or Not.
    So ple. give me reply
    Thanks and Regards,
    Chandrakishore &
    Ramakrishna.vangipurapu.

    Sub---tin creation
    my question has been answered as following
    Hi,-
    the ptn_capacity should be greater than 50 and less than 100K
    Hope this helps
    best regards
    baris
    i have also refered the following doc
    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28400/sdo_tin_pkg_ref.htm
    blk_capacity=n, where n is the maximum number of rows in each partition. The default value is 5000. If specified, must be a number greater than or equal to 50.
    but still i am facing same problem ,so please if u have any example which is runnig properly or any other document which help me please send me , that will be very thankful .
    Regards
    Chandrakishore Bankhede &
    Ramakrishna V.

  • ImageFORMULA P-215 Scan-tini Software Issues with Windows 8.1 32-Bit Laptop

    Hi,,
    I have a ImageFORMULA P-215 Scan-tini scanner which worked without any problems with my Lenovo X230 laptop running Windows 7 64-bit.  However, I have been unable to get the CaptureOn Touch software to work on my Asus Transformer TA100T notebook running Windows 8.1 32-bit. The software and driver installation completed without any errors (without the scanner connected). But when I connect the scanner into the USB port and run the Capture On Touch software, it always comes up with a Microsoft Visual C++ runtime library error - Program C:\Program Files\Canon Electronics\P215\TouchDR.exe abnormal program termination.
    I tried every possible troubleshooting approaches I could Google online including (1) doing running sfc /scannow (which found no integrity or corruption issues with my Win 8.1 system, (2) did a clean reboot disabling everything except the CaptureOn Touch software and it still comes up with the same error, (3) installing Visual C++ runtime library distributables for 2005, 2008, 2010, 2012, 2013 but still the error pops up. So basically, now I can't use this great little portable scanner with my great little transformer tablet/notebook. 
    I am wondering whether anyone else have come across a similar problem of getting this scanner to work on a 32-bit Win 8.1 system? Would greatly appreciate any advise.

    Hi:
    I would try the Vista audio driver from your notebook's support and driver page.
    the dv6000 model series is not supported by HP for W7 let alone W8 or 8.1.

  • Where Can I Buy A Tin Case For My Zen Mic

    Where can i buy one of those tin cases for zen micro's? i've seen some around and researched on google but cant seem to find any reatailers. links would be great.
    Thanks in advance

    you go to 'My Profile' and edit it there. a bit of html make it like that.
    i have never seen sweets like that for sale, and i dont have general stores, so i assume it is in U.S only.

  • 1) how to assign name to Universal Library function TIN and VIN? or 2) how to provide headings in measurement file?

    I am using a USB-TEMP-AI board from MCC with Labview 8.6
    This necessitates using VInDLL.vi and TIn.vi to read my signals.
    When I log using "write to measurement file", I would like headings
    above the data such as:
               Tcold.in, Tcold.out, Thot.in, Thot.out, Flow.cold, Flow.hot
    instead I get:
                Untitled, Untitled 1, Untitled 2, etc.
    For some cases I need scaling, after which I get headings such as:
                Scaled (Scaled), Scaled (Scaled) 1, Scaled (Scaled) 2, etc.
    How can I fix this?
    Thanks,
    Jon Snyder

    One way is to use an NI data acquisition board and then you would probably be using the DAQ Assistant which would create the column names for you. A second way would be to just not use the Write to Measurement File and use one or more of the lower level file write functions (i.e. Write to Spreadsheet File) and write the column headers separately. The last way, would be to make sure the data from the mcc function is a waveform data type and set an NI_ChannelName attribure to what you want before passing the data to the Write to Measurement File.
    This question has been asked numerous times and code for setting the attribute has been posted numerous times.

  • Is it possible to assign a TIN number to more than one Vendor?

    Hi there. This is my first post ever in this community. I have little experience with SAP and had come across the following situation: I have two different W-9 forms for 2 vendors with different addresses and names but with the same TIN number. These two entities are related. One provides us with the fuel cards service and the other one with lodging cards service. Our current SAP configuration only allows one TIN number per vendor. SAP configuration is determined by our Head Office in Spain and this rule is applied across all subsidiaries worldwide.   Question is: how do US companies handle this situation in SAP? Thanks.

    Hi!
    You can mention up to 4-5 tin numbers for a single vendor at 'Control' tab in master data T.Codes: XK01 or FK01. But you cant get the reports per tin number wise. You have to contact your developer to get this report.
    Thanks

  • Captivate 8 Tin Can - problem communicating with the learning record store

    When publishing a course to Tin Can format, what should I enter in the 'Identifier' field?
    If I publish with the default 'Course_ID1' text, I get an error when launching the course on our LMS. Errors says "There was a problem communicating with the learning record store."

    Hello,
    Welcome to Adobe Forums.
    Please share your contact information via [email protected]
    Thanks,
    Vikram Gaur
    Adobe Support

  • RFIDYYWT across company codes produces 1099 with multiple records per TIN

    We have multiple company codes that post 1099-MISC relevant payments to a common set of vendors.  All payments are processed through our main (paying) company code.
    All our company codes are one taxable entity to the federal government, with one TIN.  We are required to submit one file to the IRS.
    Unfortunately, when we execute RFIDYYWT across company codes we get multiple records per vendor, one for each company code, despite that the vendor has only one TIN.
    How may we customize the system so that a single execution of RFIDYYWT provides an IRS compliant file that aggregates common vendor records?
    Thank you in advance for your assistance.
    Regards,
    Otto Baskin
    P.S. Iu2019m happy to award points.

    Hi
    We have similar issue.. It's been long time.. but I thought of asking you.. Did you find solution? If so, can you please share.
    Thanks
    Srini

  • Regarding fetching TIN number of vendor

    Hi all,
             from which table i can fetch vendor TIN number
    Thks
    Shailesh

    Hi,
            Ok ,i got it
    Thanks  A LOT
    Shailesh

  • Is it possible One Vendor Code assing to Multiple TIN numbers

    Hi Team,
    We have vendor where we need to assing Multiple TIN numbers in Vendor master based on the plan location from where vendor supplying the goods
    Same time I need to track with TIN number wise details in future
    Regrds,
    Anil

    Hi Anil,
    Exactly we are looking to update but can you please help me with more detailded way
    For particular state you have to assign 1 TIN no
    Ex:
    Hyd, 1 TIN No
    Ban 1 TIN No
    Mumb 1 IN No etc.,
    Taking above example how(where) we are going to assign in Vendor Master data and One vendor is supply material from different states how excise report takes in system
    Thank you
    Anil

  • Update TIN numbers for BP Customer and Vendor Records

    Hi experts
    Needed to update the TIN numbers for existing vendors and customers in SAP B1,please let me know the  templates and necessary field to update the same
    Regards
    Srinivasan

    Hi Bishal
    Taxpayer Identification Number (TIN) and Employer Identification Number (EIN) are defined as a nine-digit number that the IRS assigns to organizations. The IRS uses the number to identify taxpayers who are required to file various business tax returns. TIN/EIN are used by employers, sole proprietors, corporations, partnerships, nonprofit associations, trusts, estates of decedents, government agencies, certain individuals, and other business entities.
    there is a option to enter TIN numbers for BP master records---> accounting -
    > Select Radio Button ---> TIN numbers i want to update these numbers through DTW
    Regards
    Srini

  • Mandatory field for TIN No, or  Contact Person

    HI Expert,
                     Can anyone please tell me code for Mandatory field for TIN number or Contact person  at the time of adding Purchase Order.its possible by SP i tried for it but its variable so pls anyone have any idea.
    Sudhir

    Hi Sudhir,
    Try This.
    FOR Contact Person-----
    IF EXISTS (SELECT DocEntry FROM [dbo].[OPOR]
    WHERE
    ((CntctCode IS NULL OR CntctCode = '')
    AND DocEntry = @list_of_cols_val_tab_del))
    BEGIN
    SELECT @error =1, @error_message = 'Your Error Msg1'
    END
    END
    For TIN No.-------
    IF (@object_type = '22' AND @transaction_type= 'A')
    BEGIN
    IF EXISTS (SELECT DocEntry FROM [dbo].[POR12]
    WHERE
    ((TaxID11 IS NULL OR TaxID11 = '')
    AND DocEntry = @list_of_cols_val_tab_del))
    BEGIN
    SELECT @error =1, @error_message = 'Your Error Msg 2'
    END
    END
    Regards
    Ashutosh T

  • ECC No.,TIN No.,CST No. in PLD

    Greetings ,
                    I want to show ECC No.,TIN No.,CST No. of a customer/vendor in a Report through PLD.In which table these information has stored?
    Regards

    Create a database field in PLD
    and select
    TIN No. - Table Name RDR12-Sales Order Tax Extension
    Column Type -TaxId1
    CST No.-Table Name RDR12-Sales Order Tax Extension
    Column Type -TaxId11
    ECC No.-Table Name CRD7-Fiscal IDs for BP Master Data
    Column Type-ECCNo
    Hope it will be helpful.
    Jeyakanthan

Maybe you are looking for

  • Music store music will no longer play

    i recently had my mac serviced by apple and when i got it back some of my music that i purchased from the itunes music store no longer works on my computer. It says that 5 or more poeple have the song and I KNOW only 3 people tops have these songs. S

  • Download photoshop elements onto windows 8?

    Hi there, I just want to know can you download photoshop elements onto windows 8?

  • HP Mini 110-3000 is anything upgradable ?

    Hello HP experts, I need some help. Can I somehow upgrade my video card or RAM on my HP Mini 110-3000 ? Im looking forward to have a good gaming experience so that I dont have to buy any expensives laptop.

  • Need alot of help for this huge probl

    I purchased my zen 3 months ago, during that time I've listened to music on it, sometimes I'd even put files on it for storage. But now, all of a sudden I connect it to my USB port and it gives me an error stating that there was an I/O device error.

  • About layout for web dynpro project

    i have a component named Acomp in my WD proejct. i have two views named AView and BView ; i have a windows,viewSet(1,2):(1,1) for Aview,(1,2) for Bview; in AView:i have two buttons named displayBut and closedBut; i do:    1.if i click the button of d