Application Development 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: 

Issue with BDC

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

For which transaction are you trying to do the BDC?

Ansari

Former Member
0 Kudos

Hi,

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

Thanks,

Nit.

Sandra_Rossi
Active Contributor
0 Kudos

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)

0 Kudos

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

0 Kudos

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

former_member559067
Participant
0 Kudos

Rajalakshmi,

Please could you detail out your query..?

Regards,

Anmol Saxena.

Former Member
0 Kudos

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?