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

Updating EBAN Fields without direct update statement

Former Member
0 Likes
1,252

Hello,

I need to update 2 fields from the table EBAN. Field Name is INFNR and BEDNR.

We cannot update the table directly using update statement, Is there any FM to update this without affecting the other fields...

Please help...

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,138

May I know what is the problem if you update the EBAN directly.

Hello,

I need to update 2 fields from the table EBAN. Field Name is INFNR and BEDNR.

We cannot update the table directly using update statement, Is there any FM to update this without affecting the other fields...

Please help...

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
1,139

May I know what is the problem if you update the EBAN directly.

Read only

0 Likes
1,138

As per our dev standards we can't use direct update in table..

Read only

0 Likes
1,138

Hello

Check FM BAPI_REQUISITION_CHANGE

Read only

Former Member
0 Likes
1,138

Hi....

Try with a custom report....with parameters the key of the table..

just use the modify statement.

Marco