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

Problem in BDC For C202

Former Member
0 Likes
2,092

Dear ABAPER,

I have problem with BDC for C202(master recipe formula upgrade )...when i recording for transaction it allows me to enter formula which has length less than or equal to 80, when length exceed 80 character it exclude rest of the character.

While in Normal mode(Without recording) transaction allows to enter formula 132 character.

Can anybody suggest me the solution or alternative for this problem

Thanks in advance!!

Warm regards!!

Jenish Tailor!!

1 ACCEPTED SOLUTION
Read only

former_member212854
Participant
0 Likes
1,857

Hi,

Check if there are any enhancements in the conversion exit for that particular field.

regards,

Ashwin.

Hi,

Check if there are any enhancements in the conversion exit for that particular field.

regards,

Ashwin.

12 REPLIES 12
Read only

former_member212854
Participant
0 Likes
1,857

Hi,

Check if there is any exit set on that particular field which would allow only 80 characters instead of 132.

regards,

Ashwin.

Read only

0 Likes
1,857

Dear Ashwin,

If exit is set then at a time of normal transaction it should also give error or take 80 character but at a time of normal transaction it allows 132 character.

Warm Regards!!

Jenish Tailor

Read only

former_member212854
Participant
0 Likes
1,858

Hi,

Check if there are any enhancements in the conversion exit for that particular field.

regards,

Ashwin.

Read only

0 Likes
1,857

Dear Ashwin,

If exit is set then at a time of normal transaction it should also give error or take 80 character but at a time of normal transaction it allows 132 character.

Warm Regards!!

Jenish Tailor

Read only

0 Likes
1,857

Hi Jenish,

Could you please let me know which screen and which field you are trying to record ?

regards,

Ashwin.

Read only

0 Likes
1,857

Its Screen 3000 and field is formula like DDL009-FORMULA which has length capacity 250 character.

Read only

0 Likes
1,857

Hi,

I could neither find screen 3000 for c202 or the field ddl009-formula in my system. I suggest you to please check domain of the field ddl009-formula check what is the conversion routine for that field.

I suppose ddl009-formula is the screen field on your system.

how to reach domain ? (if you are new to abap)

click f1 on that field(it will take you to 'performance assistant') > Click on Techincal information button( located on the header of the 'performance assistant' ). >  double click on 'data  element' > double click on 'domian' > under definition TAB check if any conversion routine exist or not.

if any conversion Routine(input/output) exist . look for enhancements.

regards,

Ashwin.

Read only

0 Likes
1,857

Its screen number 4000 and field name is formula like DLCO09-FORMULA and its data element is CALC_FORM and domain also CALC_FORM and there are no conversion routine there...

Read only

0 Likes
1,857

Ok, I found it. The issue possibly could be due to screen size. Did you check the 'Default size' and 'Simulate Background mode' while starting the recording in SHDB?

Read only

0 Likes
1,857

Ok, I found it. The issue possibly could be due to screen size. Did you check the 'Default size' and 'Simulate Background mode' while starting the recording in SHDB?

Read only

0 Likes
1,857

you are right.

simulate background option allows the actual screen when we are recording from SHDB.

but when i run BDC it will show me the old screen.

is there any parameter to pass during PERFORM BDC TRANSACTION to run with actula screen

Read only

0 Likes
1,857

Hi Jenish,

Need not pass any parameters. You only need to record the transaction with 'Default Size' and 'Simulate Background Mode' checked.

Regards,

Ashwin.