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

BAPI Extension not working with BDT

Former Member
0 Likes
945

Hi Experts,

I used Extension of BAPI BAPI_CTRACCONTRACTACCOUNT_CH1 and added a custom field in Custome Include of FKKVKP.

While executing the BAPI, that fields was getting updated in Table FKKVKP.

But when i added that field in the screen of Tcode CAA3 using BDT, its value is not getting updated.

Can you please help me with this ?

Regards,

Nitin Karamchandani.

Hi Experts,

I used Extension of BAPI BAPI_CTRACCONTRACTACCOUNT_CH1 and added a custom field in Custome Include of FKKVKP.

While executing the BAPI, that fields was getting updated in Table FKKVKP.

But when i added that field in the screen of Tcode CAA3 using BDT, its value is not getting updated.

Can you please help me with this ?

Regards,

Nitin Karamchandani.

4 REPLIES 4
Read only

Former Member
0 Likes
737

You have added that field on the screen .... right , but check the data type of the added field in the screen and in the program field should be same...

for example :

if you you added field data type is char then it should be also char in your program ( program field ) , or else it will not take the values from program on to the screen..

Let me know if you need any further help..

Regards

Satish Boguda

Read only

Former Member
0 Likes
737

Solved by own.

Read only

0 Likes
737

Could you please share your solution?

Greetings,

Blag.

Read only

0 Likes
737

Sure Alvaro,

Actually In BDT, we add our custom fields in Custom Include of table.

Like, in my case I added a field in CI_FKKVKP of table FKKVKP.

So while designing the screen in SE51, the screen field should be CI_FKKVKP-<fieldname>, not FKKVKP-<fieldname>.

This must also be followed while declaring those fields in a Field Group.

Regards,

Nitin.