Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dynamix file name selection

Former Member
0 Likes
444

We are using FLB2 to process the BAI2 file.

The program will be scheduled as a job to read the file from App server.

The file we get from bank has the format: LBX_BANK_timestamp.

The time stamp is dynamic.

How can I set the variant on FLB2 to read this dynamic file name?

Thanks    

1 REPLY 1
Read only

Former Member
0 Likes
371

hello,

Here is an example for variant using dynamic date

http://scn.sap.com/docs/DOC-28914

Here is an example for variant using TVARV

http://wiki.sdn.sap.com/wiki/display/ABAP/Creating+dynamic+variant+using+table+TVARV

You could usesecond option in your case.

best regards,

swanand