Application Development 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: 

BTE for Dunning for saving PDF in AL11

trupti_kanekar
Explorer

Hi All,

When user uses F150 to print the Dunning form it should save a PDF on AL11 path. Is there any BTE which can be used for getting PDF data to be used for creating a file on AL11.

I have tried BTE 0001040 and 00001720 both do not fulfill the requirement.

Regards,

Trupti

1 REPLY 1

maulik
Contributor
0 Kudos

trupti.kanekar

Your print program should do the job for you. Just before it exists, add the relevant code to write to the operating system. (1) The content comes from the smartform internal table returned by the function module. (2) The file attributes [File name, Dir name, etc] should be stored outside in TVARVC or equivalent table to be changed at runtime.

On a side note, AL11 is incorrect terminology. AL11 is the SAP transaction equivalent of the windows file explorer. It gives you a view of directories & files stored on the application server.