cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

c project data upload

Former Member
0 Likes
161

hello!

i am new to cprojects, we have to upload data (excel file) to cproject.

which method we have to use for the upload ie LSMW OR BAPI

can we use BDC/ LSMW for this.

if possible with example

thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Tanmeet,

You can use the following BAPIs:

BAPI_BUS2173_CREATE

BAPI_BUS2173_SET_STATUS

Regards,

Vivek Pandey

Former Member
0 Likes

please tell this in detail, i am new to bapi

example would be very helpful.

thanks,

tanmeet

Former Member
0 Likes

Hi Tanmeet,

You can have a look at both of these function modules in SE37. Try executing them there itself with some test data. Before executing these function modules, please go through their respective documentations.

For writing a program to use these function modules, you can take help from an ABAP programmer.

Regards,

Vivek Pandey

Former Member
0 Likes

i have to upload xml file to cprojects.

xml contains fields different as their in cprojects tables.

so please tell me how i can map these fields with the cproject fields so as to

upload data to cproject

Former Member
0 Likes

i have to upload xml file to cproject

how can we map the fields of xml with the fields in cprojects

please its very urgent

i am sending u sample xml file.

Tire_ProjectInfoList>

<Tire_ProjectInfo>

<TDM_DESCRIPTION>Toyota 860LM Project - 185/60R15 Eagle Excellence 84H</TDM_DESCRIPTION>

<ZID>

</ZID>

<CN_COMMENT>

</CN_COMMENT>

<CN_TEMPLATE_PROJECT>False</CN_TEMPLATE_PROJECT>

<CN_ACTIVE>True</CN_ACTIVE>

<CN_ACTIVE_DATE>2000-01-01</CN_ACTIVE_DATE>

<CN_START_DATE>2000-01-01</CN_START_DATE>

<CN_DISCOUNT_RATE>0.00</CN_DISCOUNT_RATE>

<CN_TOTAL_EXPENSE>0</CN_TOTAL_EXPENSE>

<CN_ROLLING_AVG_GM>0</CN_ROLLING_AVG_GM>

<CN_COMMERCIAL_COST>0</CN_COMMERCIAL_COST>

<CN_RND_PROJ1>060144</CN_RND_PROJ1>

<CN_RND_PROJ2>

</CN_RND_PROJ2>

<CN_RND_PROJ3>

</CN_RND_PROJ3>

<CN_RND_PROJ4>

</CN_RND_PROJ4>

<CN_RND_PROJ5>

</CN_RND_PROJ5>

<CN_PERF_DIALOGUE>

</CN_PERF_DIALOGUE>

<CN_TECH_RISK_ASSESSMENT>0</CN_TECH_RISK_ASSESSMENT>

<CN_TECH_RISK_RATIONALE>

</CN_TECH_RISK_RATIONALE>

<CN_EXPECTED_LIFE>0</CN_EXPECTED_LIFE>

<CN_EXPECTED_LIFE_DISTANCEUOM>

<UOM_DistanceInfo>

Former Member
0 Likes

Hi Tanmeet,

If you have XI or xMII, you can easily transfer this data into the cProjects from this BAPI. I think this problem is specific to ABAp Development, doesnt come under cProjects, as it is modifying the BAPI to access XML file.

regards,

rajesh.