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

bdc recording

Former Member
0 Likes
1,248

hi,

i have query on recording bdc , when there any modifcation done me32l(sheduling aggrement) it will ask for change version .. i had written bdc for change qty for each particular line item .. it will change after that it will ask version change ... note : for the version change recording is not happen( means there is no screen feild ) ... it can be done by bdc r bapi . if it possable please send the code .

1 ACCEPTED SOLUTION
Read only

rejish_balakrishnan
Contributor
0 Likes
1,199

Hi,

Could you be precise on wt you are looking for ?Are u looking for a code snippet of BADI ?

its not posting .....

8 REPLIES 8
Read only

rejish_balakrishnan
Contributor
0 Likes
1,200

Hi,

Could you be precise on wt you are looking for ?Are u looking for a code snippet of BADI ?

Read only

0 Likes
1,199

bapi or bdc

Read only

0 Likes
1,199

Hi Santhosh,

If screen of version is not getting recorded then there is no point of having BDC for that.The following BAPI u can use : "BAPI_AGREEMENT_MAINTAIN".

Hope this helps.

Thanks & Regards,

Rock.

Read only

former_member396896
Participant
0 Likes
1,199

Try using BAPI_AGREEMENT_MAINTAIN.

Read only

Former Member
0 Likes
1,199

Hi,

How do you provide the Version Change Manually? Are you getting any popup? If you get a Popup try to cancel and see if your scheduling agreement gets posted.

Thanks,

Prashanth

Read only

0 Likes
1,199

its not posting .....

Read only

Former Member
0 Likes
1,199

Hi,

If you thing that configuration setting will be changed by functional ppl later then

it is better to use BAPI.

[BAPIs|http://www.mysaphelp.com/blog/?p=122]

Regards,

Manoj Kumar P

Edited by: Manoj Kumar on Feb 12, 2009 10:52 AM

Read only

Former Member
0 Likes
1,199

Hi,

Instead of BDC it is always advisable to use BAPI.

You can use this BAPI 'BAPI_AGREEMENT_MAINTAIN' (Create/Change Contract/Scheduling Agreement). It will suit for your requirement.

Regards,

Jyothi CH.