2008 Aug 21 2:51 PM
Hi,
I have a strange issue. In my ABAP I do a call transaction on CJ20N. After that I am reading the parameter PSP (project definition).
The parameter PSP is filled .....but not always. Is there an FM to read the psp parameter? Does anyone know if some values are exported to memory (EXPORT) which I can use to get the project definition ?
Any help will be appreciated.
regards,
Bert
2008 Aug 21 3:05 PM
r u creating project by calling call transaction CJ20N in background if that is ur case then check the message table addition with call transaction. This table can contain the project definition no.
Regards,
Joy.
Hi,
I have a strange issue. In my ABAP I do a call transaction on CJ20N. After that I am reading the parameter PSP (project definition).
The parameter PSP is filled .....but not always. Is there an FM to read the psp parameter? Does anyone know if some values are exported to memory (EXPORT) which I can use to get the project definition ?
Any help will be appreciated.
regards,
Bert
2008 Aug 21 3:05 PM
r u creating project by calling call transaction CJ20N in background if that is ur case then check the message table addition with call transaction. This table can contain the project definition no.
Regards,
Joy.
2008 Aug 21 3:14 PM
Bert,
Try to use following BADI's
WORKORDER_UPDATE
PROJECTDEF_UPDATE
and find any methods whether you export the PSP project number to memory and after save IMPORT from memory.
PS: CJ20N is EnjoySAP transaction, please avoid using call transaction on this.
a®
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |