2005 Dec 08 6:26 AM
Hi,
I'm working on Minisap installed on my PC.While writing a program that uses dictionary structures like sy-datum, sy-uname or tables like Mara,the system gives an error as unable to interpret sy-datum etc.
what is the error?
pls. help as i'm unable to proceed.
Thanks in Advance,
Sipra Jain
Hi,
I'm working on Minisap installed on my PC.While writing a program that uses dictionary structures like sy-datum, sy-uname or tables like Mara,the system gives an error as unable to interpret sy-datum etc.
what is the error?
pls. help as i'm unable to proceed.
Thanks in Advance,
Sipra Jain
2005 Dec 08 6:29 AM
check the table syst.
and find the datum field is there or not.
2005 Dec 08 6:31 AM
Hi Sipra,
Have you defined MARA table in Tables definition? If not define like this in ur program.
Tables: MARA.
For Sy-Subrc and Sy-datum, Please check in SE11 transaction for SYST table.
Reward points if it helps you.
Regards,
Sudhakar.
2005 Dec 08 6:34 AM
hi,
i've already checked in syst table.the fields exist there & also i've defined the table using the tables statement.pls suggest other option.
2005 Dec 08 6:36 AM
where exactly using and how are you using?
please let me know?
vijay
2005 Dec 08 6:40 AM
hi vijay,
i'm using it to create a report on my pc where i've got minisap installed but it is giving errors in interpreting dictionary structures though these exist in the dictionary as i've already checked.
pls suggest what to do?
thanks in advance,
Sipra Jain
2005 Dec 08 6:43 AM
I think some where you did the mistake in coding..
so please show the code..then we can fix..
vijay
2005 Dec 08 8:09 AM
hi Vijay,
I'd just started the coding which i'm sending u.
REPORT ZSIP_REPORT.
start-of-selection.
TOP-OF-PAGE.
write: /'Date:' sy-datum,
30 'User:' sy-uname.
write: /'time:' sy-uzeit.
tables: mara, mard, mkat, mbew.
for the sake of correctness,i'd checked it & found that it gives error.
pls help.
Sipra
2005 Dec 08 8:12 AM
are you able to navigate by clicking on sy-datum or
sy-uname,mara,.. by clicking on it.
please check that.
2005 Dec 08 8:41 AM
Vijay,
i'm able to navigate by clicking syst structures but not to mara.it says mara does not exist and when i try to create it it does not happen saying it can only be created in SAP package.
What do u suggest?
Sipra
2005 Dec 08 8:51 AM
Hi
You can create ZMARA,or MARA with access key.
if you have access key, or you can get it from table <b>DEVACCESS</b>
by providing username.
try that..
2005 Dec 08 8:46 AM
Hi Sipra,
Check in SE11 transaction wheter MARA table is exist or not.
Regards,
Sudhakar.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |