cancel
Showing results for 
Search instead for 
Did you mean: 

How to update field of ReadOnly Child Using Relationship Name

Former Member
0 Kudos

HI Guys,

The scenario is as follows:-

<b>Parent</b> (Has Read Read/ Write BDoc Specified)- But Does not has the Segment Field that is to be modified

<b>Relationship Name</b> Is specified b/w Parent and Child

<b>Child</b> (Has only Read BDoc Specified)- Has the segment field that is to be modified.

<b>BQuery</b> - Exists for the parent BDoc

Is it possible to update the field in child BDoc by any means..?????

Directly or Indrectly?

Please help with Syntax.

Thank You in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Well Guys I got the solution to it.

Yes we can update the child fields. And we need not have a write BDoc specified in this case.

The Syntax is of just one line.--

<i><ParentBOName><RelationShipName>.<field name> </i>= <b>value</b>