Creating .TXT file from UBE

alebbar

Member
Hi everybody,

first of all, happy new year !!! :eek:)

From B733.0, i'm trying to create a .txt file from a UBE (existing ou new
one), is it possible ?

i know that it's possible from Xe but for CUM 0 ???

thank for the answers,

aziz



Aziz Lebbar
J.D.Edwards Technical Consultant
CAP'INFO
Morocco
 
I have created .TXT files using DataBase Output in RDA. I think there might
be a Business Function that will do it too.

Richard

Xe, SP15 (SP17.1 in DEV), AS400, Coexistent, CO on AS400
 
Hi Aziz,

If BSFN call can be solution for you then check the Business Functions stored in the following BSFN Source Modules:

B34A1010 - Flat File Opreations
B0500025 - Export to Flat File
B0400520 - ASCII-File Managing Functions
B7400150 - Convert CR And LR to Hexadecimal

I suppose, not all of them exist on your B733.0 (I can not check it here), but hopefully some usable do.

Good luck,

Zoltán



B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
(working with B7321, B7331, XE too)
 
I don't completely understand the issue, but if you select in Report Output
Destination window "Export to CSV" option you might get what you want.

Regards, Alex Shevchenko

B7332 SP17, Oracle, Solaris
 
Re: RE: Creating .TXT file from UBE

Hi!
If you don't have the Flat File operation Business Functions in B733.0 it's quite easy to write some in C... Try checking what these functions are like in Xe and implement them in custom BSFN in C.
Regards:
Gergely Pongrácz
Synergon, Hungary
 
Back
Top