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

Dialog Progrmming

Former Member
0 Likes
756

Can we directly update standard tables in dialog programming?

Thanks in advance.

vibhuti

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
739

Yes you can.

Regards

Arun

Can we directly update standard tables in dialog programming?

Thanks in advance.

vibhuti

5 REPLIES 5
Read only

Former Member
0 Likes
740

Yes you can.

Regards

Arun

Read only

0 Likes
739

How can we do the same?

Read only

0 Likes
739

Please don't do it - unless you 100% understand the relationships between all the SAP data stores you are likely end up in trouble... much better to use the appropriate function modules or BDC / Call Transaction techniques to achieve your goals.

Jonathan

Read only

Former Member
0 Likes
739

Hi Vibhuti,

SAP doesnt recommend to update Standard SAP tables directly.

Please look out for FM or BAPI to update the same.

You can call FM or BAPI inside your dialog program.

Best regards,

Prashant

Read only

Former Member
0 Likes
739

Hi Vibhuti,

Its not a good practice to update the Std Dbase table directly in any programming.Its better to use BDC/Released "FM/BAPI" for the same...

By the way,which table/field is it??...

Regards,

Rushikesh