BSFN to Get User Reserved Fields

Sai Venkat Reddy

Member
Hi All,

Is there any BSFN to get User Reserved Fields?

Thanks in Advance.
 
Hi Sai Venkat Reddy,

[ QUOTE ]
sometimes there is.

[/ QUOTE ]

If there isn't, then easy to create your own.
The DSTR of BSFN should contain the fields of the Primary Key of the table and the required User Reserved Fields of the table (if any exist at all in the table).
The BSFN should contain a FetchSingle table IO call between two comment lines.

NOTE: you can omit the comment lines, it is only one of my bad habits, starting/ending all code in event with an empty comment line.

It will surely work.

Regards,

Zoltán
 
Back
Top