‎2007 Feb 06 7:49 AM
hi to all
plz help me in this issue,
i got a issue in script according to company code the address should change in script layout. iam maintaing comany code in one ztable. how can i proceed to this
problem
thanks& regards
Kiran reddy
‎2007 Feb 06 8:00 AM
make use of table T001 for fetching the address of the company codes.
‎2007 Feb 06 8:10 AM
hi amit ,
can u tell what we write in standard text what is the data element and domain of that.and this text id i want to update in ztable create a text field and i want to use read_text in the script subroutine to identrify differnt comapny codes
thanks & regards
kiran reddy
Message was edited by:
kiran reddy
‎2007 Feb 06 8:36 AM
HI,
Make use of the following code :
*For Company Adress
SELECT SINGLE * FROM T001
WHERE BUKRS = P_COMP.
SELECT SINGLE * FROM ADRC
WHERE ADDRNUMBER = T001-ADRNR.
Hope this helps.
Reward if helpful.
Regards,
Sipra
‎2007 Feb 06 8:47 AM
hi
good
put that variable into a loop statement which is printing the address according the company code,it ll work.
thanks
mrutyun^
‎2007 Feb 06 9:27 AM
hi,
but how to identify particular standard text to particular company code in script form
thanks & regards
kiran reddy