cancel
Showing results for 
Search instead for 
Did you mean: 

company name on DME file

Former Member

Hello,

we have a sisuation where the company name in the DME file does not match the company name that we are runing the process for. we have checked the t001 file and the company name is correct there. according to our BA, we are not using anything in the DMEE. our questions is, where is the company name in the DME file coming from?

thanks..

Accepted Solutions (1)

Accepted Solutions (1)

Renan_Correa
Active Contributor

HEllo,

Please, go to FBZP -> Payment methods in company code -> Click on the respective company code and payment method -> Expand the option "Form Data" and update the information on the tab "Drawer of the form" .

The system takes the information from there. You can do the same thing by going to SM30 and writing view V_T042E and clicking on maintain.

REgards,

REnan

Former Member
0 Kudos

renan

thanks for all of the help

we are in the process of correcting the problem

Answers (4)

Answers (4)

Renan_Correa
Active Contributor
0 Kudos

Hello,

DME tree is not relevant for RFFOAU_T.

The company name is filled in the include RFFORIA1 in the following code:

IF T042E-AUST1 NE SPACE.

DTADAU0-USER_NAME = T042E-AUST1.

ELSE.

DTADAU0-USER_NAME = T001-BUTXT.

ENDIF.

If field T042E-AUST1 is filled the information is put into the file. If the field is not filled then the program uses T001-BUTXT.

REgards,

REnan

Former Member
0 Kudos

renam

I have checked T042E and the name is there. do you know this table gets updated? is there some config or something that the user or BA has to do to change this entry?

thanks..

Former Member
0 Kudos

Dear Timothy Hixson,

As I understand, in DME file, almost data is filled to DME file by mapping the nodes (of DME format tree)

to the corresponding field in SAP data table.

For example, if you want to get your account number you can map "Your Account Number" node (in DME

format tree) to the field UBKNT in table FPAYHX.

For company name, I think It is stored in field NAMEZ in table FPAYHX. You should check again for sure.

Best regards.

Maxielight.

Former Member
0 Kudos

the payment run has RFFOAU_T with a variant

Renan_Correa
Active Contributor
0 Kudos

Hello,

Can you please inform which program ( in case of RFFO*) or which payment format ( in case of PMW ) you're using?

There are several ways to check from where the system is taking the name:

In RFFO* you can go to SE38 and check the source code of the program.

In PMW there are two ways: 1- If the format is implemented by Function Modules you can check the FM itself.

2- If the format uses the DME tree you should go to DMEE and check the respective format.

REgards,

REnan