cancel
Showing results for 
Search instead for 
Did you mean: 

How to update MKPF-BKTXT

Sushaku
Explorer
0 Kudos

Hi Experts,

I have a requirement to update the Doc. Header Text of the the Article Number (MB03) which corresponds to field MKPF-BKTXT.

i tried to pass the value in the header of the FM BAPI_GOODSMVT_CREATE but it is not able to update the document field.

Please let me know if anyone came around this similar requirement.

Regards,

Sushant

Accepted Solutions (1)

Accepted Solutions (1)

abo
Active Contributor
0 Kudos

It should work if you fill header_txt

AFAIK this isn't an overly sensitive field.

Sushaku
Explorer

Hi Andrea I tried with HEADER_TXT and it worked. Thanks a lot

Answers (2)

Answers (2)

raymond_giuseppi
Active Contributor
0 Kudos

Did you fill GOODSMVT_HEADER-HEADER_TXT during the creation of a movement - Or - Do you want to change an already posted document

Sushaku
Explorer
0 Kudos

Thanks Raymond it worked

Patrick_vN
Active Contributor
0 Kudos

I think FM MB_CHANGE_DOCUMENT might be the one you're looking for. Though in all honesty, I haven't tested it.

raymond_giuseppi
Active Contributor
0 Kudos

This is an update task FM (jusr the abap sql statement to update database) should not be used in customer program, ec.