cancel
Showing results for 
Search instead for 
Did you mean: 

Submit set fields with ReadOnly property

Former Member
0 Kudos

Hi,

Well my question is, if the fields that change when you click ( "Enviar" - Submit ), to read-only, can be editable again through the SDK.

Some header fields for example become read-only as you can see in the picture.

Other Question is, how can i call the action RequestSalesOrderRequest(), without "Submit" before?

Thanks in advantage.

Accepted Solutions (1)

Accepted Solutions (1)

Kinsbrunner
Active Contributor
0 Kudos

Hola Miguel,

All the fields that are as read-only hold that property due to a reason... foe example, it doesn't have sense to have Total field as editable as it is a calculated field. Also, other fields such as Sales Unit and Distribution Channel, are read-only as some determination procedures occur when saving for the first time so, if you would change that values, these determination procedures will not run again.

After saying this, if you want to change the read-only property, you can do it through KUT, PDI is not required for this.

Regarding your sales offer, until you submit it, you won't be able to execute the SalesOrder creation on R3 side.

Hope this helps you.

Regards.

Alejandro.

Former Member
0 Kudos

Thank you very much for your answer.

I've found another way to meet the requirements.

But your answer was correct.

Regards .

Answers (0)