Skip to Content
0
Jun 10, 2009 at 11:36 PM

Doubt about BTE 0001011_E (in F-43 Tcode)

197 Views

Hi

I need to make some validations in F-43 tcode where i will send some differents error messages depending on header (company, currency..) and detail (posting key, account..) data.

I found the BTE 001011_E (FM 'OPEN_FI_PERFORM_00001011_E) , i already checked and this BTE is exceuted in F-43 for each data line position (BSEG) and receives also the header (BKPF) data just like i need.

My doubt is that this BTE is a 'Publish and Subscribe Interface' , it's not a 'Process Interface' BTE , so i do not know if i can use it for copy the FM in a Z FM and insert my validations code in this BTE.

Does somebody knows if it's correct to use this BTE for insert the validations ?

Thanks

Frank