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: 

F110 add lines

Former Member
0 Kudos
169

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

SuhaSaha
Advisor
Advisor
0 Kudos
118

>

> 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

Former Member
0 Kudos
118

Hello!

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

Thanks!

Former Member
0 Kudos
118

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

dev_parbutteea
Active Contributor
0 Kudos
118

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.