Application Development 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: 

Problem while maintaining application area for PS in Tcode GCX2

Former Member
0 Kudos

Hello All,

I have created one validation user-exit in GGB0 for PS(Project System) followed the steps as follows:

1)  Copied RGGBR000 to ZRGGBR000  .

2)  added exit-name  , title ,parameter none  .

But, while maintaining the entry in table T80D using TCODE GCX2,

which application area we have to maintain for PS(Project system) along with the Zcustom program(ZRGGBR000) as GBLR and GBLS are related to FI?

Do we have to use same application area as FI  for PS or any other application area other than GBLR and GBLS ?

Could you please guide us for the same  .


Regards,


Neha.

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Use same includes for FI and CO/PS. Actually if FI team has already created some exits you can see those during step creation in OPSI.

NB: You shouldn't have to (must not) create any record in GCX2, just change the include name, within your namespace Y, Z or specifoc /xxxx/ one if generated. Also don't forget to add a TABLES: prps, proj, etc. in your include.

Regards,

Raymond