Outbound F986113

jacobw123

Well Known Member
Hi all,
I am looking for a way to have P4311 write outbound records to F4311Z1 without writing the corresponding F00460 record to F986113. We are on XE and I don’t want to modify BSFN F4301690. If anyone ever came up with a way to accomplish the above I would greatly appreciate sharing it with me.
Thanks,
Jacob
.
 
I don't think there is a way to do this without modifying B4301690. Try commenting out just this line in the business function and test it:

jdeCallObject (_J("AddTransactionToSubsystemQueue"),
(LPFNBHVR) NULL,
lpBhvrCom,
lpVoid,
(void *) &dsD0000176,
(CALLMAP *) NULL,
(int) 0,
(JCHAR *) NULL,
(JCHAR *) NULL,
(int) 0);
 
Thanks so much.



I did try prior to posting and it works. However, I am trying to prevent customizing B4301690.


Regards,

Jacob
 
Back
Top