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

t005x

Former Member
0 Likes
808

ho to all,

help me in this issue,

i want decimal format field(xdezp) from t005x with respect to comapny code but t005x is a pooled table .

i need the xdezp according to the comapny code how can i get it

thanks in advance.

kiran kumar

Message was edited by: kiran kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
696

you can use USR01 table,to get the same for a particular USER Decimal notation.

field : USR01-DCPFM.(see F4 values for that field)

alternatively, go to the dataelement "XUDCPFM" and search of WHERE USED LIST. from here also you can find what tables are using this dataelement and from here you can get the required one.

Regards

Srikanth

Message was edited by: Srikanth Kidambi

Message was edited by: Srikanth Kidambi

5 REPLIES 5
Read only

Former Member
0 Likes
697

you can use USR01 table,to get the same for a particular USER Decimal notation.

field : USR01-DCPFM.(see F4 values for that field)

alternatively, go to the dataelement "XUDCPFM" and search of WHERE USED LIST. from here also you can find what tables are using this dataelement and from here you can get the required one.

Regards

Srikanth

Message was edited by: Srikanth Kidambi

Message was edited by: Srikanth Kidambi

Read only

Former Member
0 Likes
696

To use the particular setup...u just need to use the below.

SET COUNTRY 'GB'.

and in that case it would pickup the corresponding settings.

Sample code :

start-of-selection.

<b>set country 'GB'.</b>

IF p_file = 'X' and p_fname = space.

message E989(06) with 'Please select Filename with Path'.

EXIT.

endif.

Message was edited by: Anurag Bankley

Read only

Former Member
0 Likes
696

I think you can still write selects on pooled table.

tables: t005x.

select single *

from t005x

where land1 = 'US'.

Regards,

Ravi

Message was edited by: Ravi Kanth Talagana

Read only

0 Likes
696

hi ravi,

not for single country for all countries i need a decimal notation. how can i get it

thanks in advance.

Read only

Former Member
0 Likes
696

this table gives decimal notation according to country keys..

n u can select from the pool table like a transparent table....

for setting the decimal notation u can goto transaction OY01.