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

Client No

Former Member
0 Likes
383

Hi,

Now I am doing a module pool program to update an Z Table, for that I want to get the Client No so please help how to get client no

Regards

Nausal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
351

Hi

Use

ITAB-MANDT = SY-MANDT

Even if you dont pass any value for this System automatically places the current Clinet number while updating/ inserting the Values from your ITAB or WA

Cheerz

Ram

2 REPLIES 2
Read only

Former Member
0 Likes
352

Hi

Use

ITAB-MANDT = SY-MANDT

Even if you dont pass any value for this System automatically places the current Clinet number while updating/ inserting the Values from your ITAB or WA

Cheerz

Ram

Read only

0 Likes
351

Hi,

You can have client specific table as well to your Ztable.

for that you need to have client number in your ztable.

and when ever you insert your table you can get system field such as SY-MANDT field.

than your Ztable can be maintained as client specific table.

Regards

shriraam