Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

address for differnt company codes

Former Member
0 Likes
515

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

5 REPLIES 5
Read only

Former Member
0 Likes
484

make use of table T001 for fetching the address of the company codes.

Read only

0 Likes
484

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

Read only

Former Member
0 Likes
484

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

Read only

Former Member
0 Likes
484

hi

good

put that variable into a loop statement which is printing the address according the company code,it ll work.

thanks

mrutyun^

Read only

0 Likes
484

hi,

but how to identify particular standard text to particular company code in script form

thanks & regards

kiran reddy