on ‎2013 Nov 17 10:56 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
See SAP notes 2846873 and 3480292, hopefully they work even for the last field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 36 | |
| 26 | |
| 20 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.