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

Issue with BDC

Former Member
0 Likes
915

In my scenario i want to update a field sgtxt.In my pgm they are using BDC in which am not able to update that particular field instead in bdc recording the values are stored in structure RF05A of field augtx.How to pass the values from this to another table.Please help.

7 REPLIES 7
Read only

Former Member
0 Likes
856

Hi,

For which transaction are you trying to do the BDC?

Ansari

Read only

Former Member
0 Likes
856

Hi,

Can you please tell the transaction. Also check whether recording has been done for that field?

Thanks,

Nit.

Read only

Sandra_Rossi
Active Contributor
0 Likes
856

Do not be confused that the name in dynpro is not the same as in the database table, it's normal. Put the value in RF05A-AUGTX, SAP program will transfer it automatically to BKPF-SGTXT (or whatever database table)

Read only

0 Likes
856

Am trying for tcode F-03.The value is not getting passed to the database table.Please help

Read only

0 Likes
856

the field for SGtxt is mantained in BSEG-SGTXT..so try to use that in BDC...

Read only

Former Member
0 Likes
856

Rajalakshmi,

Please could you detail out your query..?

Regards,

Anmol Saxena.

Read only

Former Member
0 Likes
856

Try Condense statement before passing the data to BDC table. Check in BDC table how the value is getting stored. The variable length is 50 ...is the data being stored after 50 characters in BDCdata-values?