Application Development and Automation 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: 
Read only

RFPOSXEXTEND Generation : Error End Phase 004

Former Member
0 Likes
3,564

Hello Everybody,

I need a custom field for report FBL5N.

I have done this before last month and succeeded.

First I append the structure RFPOS and RFPOSX, and then run RFPOSXEXTEND.

And generate success.

A month later, which is now.

I want to add another field.

Just like before, I append the structure RFPOS and RFPOSX, and then run RFPOSEXTEND.

But there's an error message.

END PHASE 004***********************************************

Message No D0322

I have debugged the program and have no idea what is happening, all that I know was the activation step is unsuccessful,

without knowing what is the cause of it.

I don't know what to do, and never have this error before.

Please help.

1 ACCEPTED SOLUTION
Read only

Former Member
2,045

I have solved the problem.

First I try to activate the generated structure, which is RFPOSXEXT, manually via SE11.

There I found an error.

Field WERKS is specified twice.

And then I check in SPRO for the line items displayed

Financial Accounting (New) -->

  Accounts Receivable and Accounts Payable -->

     Line Items -->

          Display Line Items -->

               Define Additional Fields for Line Item Display

There is WERKS there, so I delete it.

After that I can run RFPOSXEXTEND successfully.

Hello Everybody,

I need a custom field for report FBL5N.

I have done this before last month and succeeded.

First I append the structure RFPOS and RFPOSX, and then run RFPOSXEXTEND.

And generate success.

A month later, which is now.

I want to add another field.

Just like before, I append the structure RFPOS and RFPOSX, and then run RFPOSEXTEND.

But there's an error message.

END PHASE 004***********************************************

Message No D0322

I have debugged the program and have no idea what is happening, all that I know was the activation step is unsuccessful,

without knowing what is the cause of it.

I don't know what to do, and never have this error before.

Please help.

1 REPLY 1
Read only

Former Member
2,046

I have solved the problem.

First I try to activate the generated structure, which is RFPOSXEXT, manually via SE11.

There I found an error.

Field WERKS is specified twice.

And then I check in SPRO for the line items displayed

Financial Accounting (New) -->

  Accounts Receivable and Accounts Payable -->

     Line Items -->

          Display Line Items -->

               Define Additional Fields for Line Item Display

There is WERKS there, so I delete it.

After that I can run RFPOSXEXTEND successfully.