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: 

recording of CJ20

Former Member
0 Kudos

Dear All,

I want to <b>Upload/change GroupCodes& Slide Codes of spefic project in CJ20.</b> Is <b>recording method</b> is possible if project may contain somany sublevels.if yes please suggest how to do it else please suggest the better option for solve the problem.

Prashanth

1 REPLY 1

former_member183994
Active Participant
0 Kudos

Well, if it is too complex, then I would suggest to use BAPI_PROJECT_MAINTAIN, goto transaction BAPI, then Project System/WorkBreakdownStruct/Maintain to see documentation.

Another helpful thing is to ask the functional consultant to create manually levels via CJ20N/CJ20, then run BAPI_PROJECT_GETINFO to see tables & values populated, as they are similar tables in both bapis.

Unfortunately, idoc interface does not exist for this bapi, so you may use lsmw with a dummy technique, then add your code in global data, begin of transaction/end of transaction points.

Good luck, Harris