cancel
Showing results for 
Search instead for 
Did you mean: 

PO print copy for TIN numbers

Former Member
0 Kudos

Client raises separate PO for 5 states as they has different TIN numbers. I have created 28 plants as per location which are located in different states.

how to handle this in SAP while printing PO (PO print copy with different TIN numbers)

Accepted Solutions (0)

Answers (8)

Answers (8)

Prasoon
Active Contributor
0 Kudos

Hi,

Plant specific TIN / LST has to be maintained in the excise master J1ID (excise indicator for plant) and the same will be stored in table J_1IMOCOMP. You can maintain the logic in the print driver program to fetch the TIN number from the table based on the plant and print the same. Please train the user not to use multiple plants in same PO / add the logic accordingly.

Regards,

AKPT

Former Member
0 Kudos

Thanks for your help !

Got the answer

Former Member
0 Kudos

Hi Rosh,

Thanks!

how to maintain tax values in table J_1IMOCOMP for specific plants

former_member233510
Active Contributor
0 Kudos

The standard table (J_1IMOVEND) I have given is incorrect, you've to use the table "J_1IMOCOMP" and the input value to pass is Plant.

Former Member
0 Kudos

Thanks for your response

former_member233510
Active Contributor
0 Kudos

Not required.

Former Member
0 Kudos

Do I have to create different PO doc type for this logic?

former_member233510
Active Contributor
0 Kudos

You may create a Ztable, maintain TIN numbers against Plant. Write a code in the smart form / Script, that read the plant entered in the PO item and get the TIN number assigned against the same in Ztable. Else you may use standard table J_1IMOVEND, pass Vendor number and get the required value.