Hi All,
Through file records, using BDC in the program, the sales orders are creating in the VA01 t-code, the requirement is on the condition tab in the sales order, for the condition type ZFFI, the amount is coming from the VK12, the amount should be replaced by the manually calculated value, which are coming from two values of the sheet, the calculation will be done in the BDC program, and should be passed through BDC, but here the question is how can we capture the condition type ZFFI, through BDC, is it possible to caputure the condition through BDC or if i should proceed through routine, how i can proceed with the requirement.
IF BDC_CURSORKOMV-KSCHL = 'ZFFI'.
'KOMV-KBETR(02)' WA_FILE-KBETR.
or we have to proceed for the routine.