Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to use the Initialize method of SAP

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly explains "how to use the Initialize method of SAP". The content of the explanation is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how to use the Initialize method of SAP".

When you create a production order in S/4HANA, there is one enhancement point WORKORDER_UPDATE:

What is stored in this CAUFVDB is the data of the production order header level:

Let's take a look at the data stored in this structure at runtime.

Please use this simple report on my github to create a production order:

Https://github.com/i042416/KnowlegeRepository/blob/master/ABAP/SmallApp/209_create_S4_SalesOrder.abap

After the breakpoint is triggered, we analyze the fields in the structure CAUFVDB one by one:

AUFNR: this field represents the ID of the production order, so it has not been saved at this time, so it is a temporary ID.

WERKS factory ID plant ID,2800.

DISPO MRP controller for the order:001

PVERW: 1

It is found in table T411 that 1 represents Production:

PLNBEZ: ID of material master data to be produced

PLNAW: Application of the task list

The meaning of P is found to represent Routings for production in the table TCA09.

PLNTY:Task list type: N

Stands for routing in table TCA01

PLNNR:Key for Task List Group

50000023

PLNAL: Group counter

PDATV: valid from date

AUFLD: Date of BOM Explosion/Routing Transfer

AUFPL: Routing number of operations in the order

RSNUM: Number of reservation/dependent requirements

GAMNG: the number of products to be produced by Total Order Quantity

GMEIN: the unit of the product produced

TERKZ: 2-scheduling type

2 the type in table T482 is backwards scheduling

AUART: production order type PP04

AUTYP: production order category:10 PP Production Order

BUKRS: company code

KAPPL:application code KA

KA stands for Orders in the conditional technology table.

KALSM:PP-PC1 costing sheet

ZAEHL and MZAEHL are both internal counters

KLVARP:Costing Variant for Planned Costs

KLVARI:Costing Variant For Actual Costs

SFCPF:Production Scheduling Profile, this SIA is my own match.

AVOUEB: Boolean value, Indicator: Display operation overview

FLG_TERM: Boolean value, Indicator: Scheduling must take data changes into account

TYPKZ: 1 Category of object causing the load (order category)

Stands for Work orders (detailed scheduling / routing...)

AUKBED:Indicator: Calculate capacity requirements Boolean value

Thank you for your reading, the above is the content of "how to use the Initialize method of SAP". After the study of this article, I believe you have a deeper understanding of how to use the Initialize method of SAP, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report