F4211 Editline and F4211 End doc

manotheb

Active Member
Hi,
There was line replication requirement for Sales order lines. When i used F4211 Edit doc, , data is copied into F42UI01 and F42UI11 after begin and edit doc. But records are not committed into F4211 tables after the End doc.

plz find the begin doc , edit line and end doc input parameters other than sales order details

Sometimes for Eg, if we try to copy only one line , it is copying for few order s and for few single lines it is not copying. but if we try to copy more than one line, not even copying that single line also . any input/help wil be really useful for me.

Begin Doc:
F4211 Begin Document
VA rpt_mnJobnumberA_JOBS -> mnCMJobNumber
"A" -> cCMDocAction
"1" -> cCMProcessEdits
VA rpt_szComputerID_CTID -> szCMComputerID
VA rpt_cErrorCode_EV01 <> cCMErrorConditions
"1" -> cCMUpdateWriteToWF
RI szProgramId -> szCMProgramID
PO szP4210CreditSame_VERS -> szCMVersion
Edit Line:
F4211 Edit Line
VA rpt_mnJobnumberA_JOBS -> mnCMJobNo
"A" -> cCMLineAction
"1" -> cCMProcessEdits
"1" -> cCMWriteToWFFlag
VA rpt_cRecordWrittenWF_EV01 <> cCMRecdWrittenToWF
VA rpt_szComputerID_CTID -> szCMComputerID
VA rpt_cErrorCode_EV01 <> cCMErrorConditions


End DOC:
F4211 End Document
VA rpt_mnJobnumberA_JOBS -> mnCMJobNo
VA rpt_mnNewOrderNumber_DOCO -> mnSalesOrderNo
VA rpt_szComputerID_CTID -> szCMComputerID
VA rpt_cErrorCode_EV01 <> cCMErrorCondition
 
Back
Top