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

CAN WE UPDATE ONLY SINGLE FIELD USING BDC

Former Member
0 Likes
1,736

hi to experts,

in bdc if we want to update a single field , can we do it using bdc , for example if we want to update material grp make other fields as same( no change) is it possible in bdc , any example would help , i want to change for multiple values using recording

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,251

when you are recording,

even if you record the other fileds remove them when you generate program from SHDB.

only pass value to to the required filed in BDC.

8 REPLIES 8
Read only

Former Member
0 Likes
1,251

yes...you can change one or more field using BDC..just take the recording of MM02 and write one BDC code..the BDC is much more dependent on the recording...

Read only

0 Likes
1,251

but if run for multiple values then fields will be having different values

Read only

0 Likes
1,251

hi ,

you can only do this by configuration of your tcode screen.

Read only

0 Likes
1,251

your query is not clear to me....can you please explain your doubt???

Read only

Former Member
0 Likes
1,251

hi you can update a single field using bdc.

as we know in bdc we need to fill all mandatrary fields.

so here you need to configure your tcode screen.and make only a single field as mandtory.then do recording

Read only

Former Member
0 Likes
1,252

when you are recording,

even if you record the other fileds remove them when you generate program from SHDB.

only pass value to to the required filed in BDC.

Read only

Former Member
0 Likes
1,251

Hello,

Yes you can update only the single BDC field.

Thanks

Read only

Former Member
0 Likes
1,251

HI.

Yes, U can but u should pass the Mandatory fields while populating the single field.

Regards.

Jay