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

F110 add lines

Former Member
0 Likes
973

Hello,

We want add new lines in the payment document when we are posting it. Do you know how to do it? We have try with Substitutions (OBBH) and with some BTE, but they do not result.

Thanks a lot!

Hello,

We want add new lines in the payment document when we are posting it. Do you know how to do it? We have try with Substitutions (OBBH) and with some BTE, but they do not result.

Thanks a lot!

4 REPLIES 4
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
922

>

> Hello,

>

> We want add new lines in the payment document when we are posting it. Do you know how to do it? We have try with Substitutions (OBBH) and with some BTE, but they do not result.

>

> Thanks a lot!

Hello,

What is your driver program name & what do you mean by "pymt document" ?

BR,

Suhas

Read only

Former Member
0 Likes
922

Hello!

We want add new lines to the document creaded using transaction F110.

Thanks!

Read only

Former Member
0 Likes
922

Hi,

Normally transaction F110 is used for payment run. So once u have your payment document, you create the payment run in F110.

What i would suggest is once u access the payment document from F110, try to trace from where the docu comes from and then u can modify the document from there.

I dont think u can modify a payment docu from F110.

hope this helps

Thanks

Read only

dev_parbutteea
Active Contributor
0 Likes
922

Hi,

Go to transaction NACE:

- choose V2

- Click on output types

- choose your output type

- you will find a processing routine there

put your codes in the processing routine specified.

Regards.