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

Table control code

Former Member
0 Likes
795

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

1 REPLY 1
Read only

Former Member
0 Likes
288

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.

That’s 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.

It’s 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,