‎2007 Jul 16 7:09 AM
Hello
Frnd
i had two fields in database name created by with datatype number and created on with datatype date
i want that in these value automatically be show as current client and current date
in module pool they r two input output box
Hope u people got my problem
Please tell me wat to do
I m new in this
With Best Regards
ruby
‎2007 Jul 16 7:15 AM
Hi
Use system variable SY-MANDT and SY-DATUM to display current client number and current date.
Hope this will help
Regards
shibino
‎2007 Jul 16 7:11 AM
Hi,
Get the data from table, declare fields in module pool and in PBO assign that data to the fields.
Reward if useful!
‎2007 Jul 16 7:13 AM
Hi,
While Declaring give Default values for that fields.
Data : client like SY-MANDT default SY-MANDT,
date like sy-datum default sy-datum.
Regards,
Padmam.
‎2007 Jul 16 7:38 AM
friend
i used this and declare these
Now i want that client value should go to field which had the name creby in zab
zab table name
creby field name
now in PAI
with the openingof screen
creby input output box cuurent cleint should be the value
i had done
zab-creby = client.
but its not working
How?
With Best Regards
Ruby
‎2007 Jul 17 7:18 AM
‎2007 Jul 16 7:15 AM
Hi
Use system variable SY-MANDT and SY-DATUM to display current client number and current date.
Hope this will help
Regards
shibino
‎2007 Jul 16 7:26 AM