‎2009 Nov 23 4:13 AM
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
‎2009 Nov 23 4:19 AM
Hi
Use
ITAB-MANDT = SY-MANDTEven 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
‎2009 Nov 23 4:19 AM
Hi
Use
ITAB-MANDT = SY-MANDTEven 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
‎2009 Nov 23 4:24 AM
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