cancel
Showing results for 
Search instead for 
Did you mean: 

FIN_CONF = "FINAL CONFIRMATION"

Former Member
0 Kudos

Hello everyone,

I want to confirm an operation with the parameter FIN_CONF = "FINAL CONFIRMATION". I tried with this code... the confirmation is addedd but the parameter stays at PARTIAL CONFIRMATION

Thanks a lot for your help.


$fce = saprfc_function_discover($rfc, "BAPI_PRODORDCONF_CREATE_TT");
$function = saprfc_table_append ($fce,"Timetickets", array (
   "ORDERID"=>"000009075001",
   "SEQUENCE"=>"",
   "OPERATION"=>"0290",
   "EX_CREATED_BY"=>"USER01",
   "YIELD"=>"100", 		
   "FIN_CONF"=>"1"; //Here is the problem 
));		
saprfc_call_and_receive($fce);
$odetailreturn = saprfc_table_read($fce, "DETAIL_RETURN", 1);

Edited by: Zakaria FOUAD on Nov 17, 2008 11:41 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Zakaria,

FIN_CONF usually requires an "X" as Flag (Parameter) or an "I".

Best Regards

Stephan