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

Interface program

UmaArjunan
Active Participant
0 Likes
297

So far i displayed my posting records are displayed in the ALV grid. and a custom button is clicked the file will be send to this location i.e /tmp/file.txt

at the same time i need to fill the entry in the interface tables

int_profile

and statistics tables.

For this a basis template (basic interface program ) has also been given.

This is my requirement

An interface connection needs to be setup. and it should

fit in the Interface Structure.

constraints for the interface structure

Entry in the profile table if an interface is active

Entry in the statistics table.

For outgoing interfaces a program template has been created:

zint1_template (it is given similar to a interface program )

The new interface program zint2_ and should use the template as the basis to build.

thats all about the requirement.

How and where this kind of entries can be made by the using this requirement.

second thing , that structure (for interface ) is not available.

How to proceed and incorporate the changes in my program.

Thanks

1 REPLY 1
Read only

0 Likes
275

For interface you have to use open dataset ,

read dataset

close dataset