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: 

1099 printing and problem with DME file

Former Member
0 Kudos

Hi All,

Our users want to print the 1099's two up. For example, if the first prints for John Smith and all its related information, they want the one that prints right after that to be the same. Does anyone know if that is possible to do, if so how?

Also, when we create the DME file the carriage return is not added. So our records are one long continues line. We check the box for carriage return on the screen but it doesn't seem to take. I hope someone can help us with this. They want us to print the 1099's tomorrow.

8 REPLIES 8

Former Member
0 Kudos

1099 changes on January 26th !!! Wow... that is some good planning.

Knowing the risks involved, I would suggest that tell that this year the forms print AS IS.

From there, they can request a 2006 project for 2007 printing...

0 Kudos

Hi John,

Yea, I know it's kind of late in the game but that is our situation. Anyway, maybe the form printing they can live with for now but the carriage return is a problem we have to solve. Any help would be greatly apprecicated.

Thanks

former_member182371
Active Contributor
0 Kudos

hi,

for the problem of the carriage return you need to add:

CRLF(2) TYPE C VALUE cl_abap_char_utilities=>cr_lf,

to the internal table you´re processing in the last place.

Best regards.

former_member182371
Active Contributor

former_member182371
Active Contributor
0 Kudos

Hi Olivia,

i´m not sure if my first answer (CRLF one) is the correct one. I´ve used it for programs RFFOES_T and RFFOES_d. When i downloaded the files generated, i had to add this variable as the last field of the internal table because i did´nt get it properly. Anyway have a look at the SAP documentation.

Best regards.

0 Kudos

Hi Calsadillo,

Thank you so much for you help. We will try what you suggested and I will let you know if it worked.

Thanks

0 Kudos

Hello Olivia:

Now I face the same issue with you, do you solve this problom,

please help me, thanks in advance.

my customer want to every lineitem have a ENTER(CR/LF), I have create a segment which is set "Empty Segment for Generating CR/LF Only",I have try all the customing about this, but it does not work, if you have some idea about this issue, can you send a mail to yuandongtao@hotmail.com,,thanks.

timothy_conama2
Explorer
0 Kudos

I found that I needed to change my config to use form IDWTCERT_US_1099MISC1 instead of IDWTCERT_US_1099MISC which was our default. Both forms support two-up, but a flag is hard coded in the MISC, and it is commented out in MISC1