Hi Shrikant,
Thanks for your reply..
I have tried all the possible ways .. Even if I pass PS16035500, still a project is created considering only the first 2 chars i.e. 'PS'. Here is my call to FM, can you suggest what exactly am I doing wrong please..
CALL FUNCTION 'CJWB_PROJECT_COPY'
EXPORTING
call_from = 'P' "Default
standard_wbs_to_be_copied = 'PS AMB'
start_termin = SY-DATUM
end_termin = '20130430'
project_id = 'PS16035500'
no_dialog = 'X'
project_profile = 'PS-01'
IMPORTING
project_workarea = ls_proj
TABLES
DIALOG_TAB = li_dialogtab
EXCEPTIONS
existing_project = 1
existing_project_in_paging = 2
wrong_call = 3
wbs_for_copy_not_found = 4
error_pspid_generate = 5
no_copy = 6
error = 7
OTHERS = 8.
Also to note is that, no Network is created.