cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FILE DMEE BLANK SPACE

Former Member
0 Likes
4,589

Hello,

I'm tried to add a blank field with 132 characters using DMEE1 TRANSACTION, but i don't know how to do it. The problem is that the field is the last of segment and the system ignore it and don't fill the file with this information.

I've make a constant with an space and don't work.

Thank you in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Oscar,

if a node contains blank value, even if the length is specified for that element, system will ignore it. Try to develop a dmee exit which returns 132 character blank value.

Regards,

Ravish

Answers (3)

Answers (3)

Former Member
0 Likes

Hi Oscar,

Just for you to know, I have define a constant blank as you mentioned (lenght 132) as last field for a node and it worked for me, I have 132 characters blank.

I have set field type as "2" (Fields have fixed offset field positions) for format attributes and activated carriage return and line feed.

I'm on SAP ECC 604 EP06.

Best Regards!

Former Member
0 Likes

Hi Mgitur,

I have set type "2" for format attributes and activated carriage return and line feed, but It still doesn´t work.

Could you send me screenshots of the main configuration of DMEE for node blank ?

I´m on SAP ECC 606 ep07

Kind regards,

Óscar

 

 

Former Member
0 Likes

Hi Oscar,

I understood you need just the last field in blank and not the complete node in blank. If it is so, then see the screenshots. The blank field is the last one from Detail (DETALLE) node. It's not an xml format:

Best Regards!

Message was edited by: mgitur mgitur PS: You can also take a look at format "005" (CPA), at trailer record you can see two (2) fields defined as blank.

Former Member
0 Likes

HI,

I'm new to the creation of files with DMEE. Do you know which exit I would have to use to get to the end node  will be a blank  and the code  ABAP I would have to use ?

Kind regards,

Óscar

Former Member
0 Likes

Hi,

There is no standard exit as far as i know. ABAP team could help on this.

Regards,

Ravish

marcduf001
Explorer
0 Likes

See SAP notes 2846873 and 3480292, hopefully they work even for the last field