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

Create new appraisal document

Former Member
0 Likes
348

We want to create new appraisal document in background(without going to appcreate screen manually).

Appraisal document should be created based on the template ID passed dynamically through program. (we tried BDC approach but it takes first available templete and not the templete passed dynamically)Can somebody please suggest us a way to generate a new document with a pre defined templeteID. A function module or any other approach possible .

thanks in advance,

Suma

We want to create new appraisal document in background(without going to appcreate screen manually).

Appraisal document should be created based on the template ID passed dynamically through program. (we tried BDC approach but it takes first available templete and not the templete passed dynamically)Can somebody please suggest us a way to generate a new document with a pre defined templeteID. A function module or any other approach possible .

thanks in advance,

Suma

1 REPLY 1
Read only

Former Member
0 Likes
328

Hi Suma,

I think BAPI_APPRAISAL_CREATE should be of use to you.

Regards,

Darshan Mulmule