cancel
Showing results for 
Search instead for 
Did you mean: 

Production order long text auto populated?

davidlivingston1
Discoverer
0 Kudos

We are looking for a standard SAP solution to have the production order's long text be automatically populated from some bit of data from the material, BOM or Routing. Users want to enter special notes for a material, then, when a production order is created, the long text on the prod order would be populated as needed. Suggestions would be greatly appreciated. Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

former_member513101
Active Contributor
0 Kudos

Hi David,

I don't think there is standard SAP configuration to auto populate the material, bom and routing info to production order long text.

You can consider this enhancement for your requirement:

  • Use user exit PPCO0012 to check AUFK-LTEXT during production order creation and change (note: program sets AUFK-LTEXT to SY-LANGU when you save data to long text). If the value is initial then get the material, bom and routing info
  • Use FM SAVE_TEXT to save the info to the long text. Refer to info here for the save_text logic.
  • For read_text for production order check this

Hope this is useful to you.

Thanks

davidlivingston1
Discoverer
0 Kudos

Thank you!

Answers (1)

Answers (1)

former_member184701
Active Contributor
0 Kudos

as far as i know it should be a custom solution. talk to your abaper.

davidlivingston1
Discoverer
0 Kudos

Thank you!