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

CJ20N problem in getting parameter PSP

b_deterd2
Active Contributor
0 Likes
751

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
605

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.

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.

2 REPLIES 2
Read only

Former Member
0 Likes
606

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.

Read only

former_member194669
Active Contributor
0 Likes
605

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.