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: 

settle is not successful

1190_5939_439
Active Participant
0 Kudos
393

Hi Experts

I develop z-programme from standard programme (mrko).

When I click Settle. But it is displayed as it is ok . But I querry it by standard programme. it failed .

Can you help me ?

Thanks in advance.

I do it in my z-programme.

I see it in standard programme(mrko).

The code is in the attachment.

code.txt

1 ACCEPTED SOLUTION

1190_5939_439
Active Participant
0 Kudos
358

When I enter T_code "ST22", I get the error and I analyze it .And the issue is solved now .

2 REPLIES 2

matt
Active Contributor
358

You copied a standard SAP program. Obviously whatever changes you've made to the copy have broken it.

As I have said many times: Do not copy SAP programs.

  • Use exits where possible.
  • Use implicit enhancments if there are not exits
  • Modify the standard if you can't do implicit enhancements.

Go through your changes from standard, one by one, and comment them out until you get the same as standard. Then you'll know what you've broken.

1190_5939_439
Active Participant
0 Kudos
359

When I enter T_code "ST22", I get the error and I analyze it .And the issue is solved now .