‎2008 Feb 26 11:14 AM
plz give me table control code for cj01 T.Code. for creating project definaton by using BDC Session method.
Hear i need to validate that poject is in Active or not.
and validate project defination with WBS element.
Edited by: Sivaram Reddy on Feb 26, 2008 12:17 PM
‎2008 Feb 26 12:26 PM
Note: The recording function records a fixed screen sequence. It cannot be used for migrating data containing a variable number of items or for transactions with dynamic screen sequences!
Tip: It is possible to create a recording via SHDB, generate a program out of this recording, and adopt the program to your needs and registrate the program to be able to use it in LSMW.
Thats means, for creation of project and WBS Elements is not possible through
1. LSMW-BDC (For both CJ01 and CJ20n)
2. LSMW-BAPI (Method: Maintain is not listed )
3. LSME-Standard Batch Direct Input.
Its possible through programmatically(SE38.) either using BAPI Or BDC.
Use Transaction SHDB ( BDC recording) to get your screen flow right . Set
dynpro to default size when you do the recording . When you populate the
step loop , see that you are putting values in the right loop lines .
Use a list with more than the lines displayed in the screen to so the
recording . You will get the Ok codes and the way it is handled in the
recording . Use it to generate a program . Modify the program to your
requirements .
Thanks,