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

Push button not visible in Quality

Former Member
0 Likes
2,725

Hi,

We have created one push button for the tcode fbl1n and fbl5n using the standard BADi "FI_ITEMS_MENUE01".

Now, the problem is the button is visible in Development server but not in Quality server.

We have checked the version management but the code is very much visible in Quality.

But, the push button is not visible in the Quality.

Could anyone please provide with a solution to this problem.

Thanks in advance,

Kalyani.

8 REPLIES 8
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,579

Check if you transported all the required objects :

- Class (ABAP objects) - R3TR CLAS ZCL...

- Business Add-Ins - Implementations - R3TR SXCI Z...

Regards

Read only

Former Member
0 Likes
1,579

Hi,

We have transported the Class name as well as BADi name to Quality.

The implemented code along with the Fcode is visible in Quality.

But while executing the tcodes FBL1N and FBL5N the push button which was implemented, is not visible in Quality.

Thanks,

Kalyani

Read only

0 Likes
1,579

Call SE19 in development and quality system, and check if implementation is activated in both systems.

Also look for the transportation log/protocol.

Regards.

Read only

Former Member
0 Likes
1,579

Hi,

Everything was transported successfully.

But, the push button is not visible while executing those tcodes.

Thanks,

Kalyani

Read only

0 Likes
1,579

Hi Kalyani,

I have a similar requirement of adding a push button to SAP standard application toolbar of FB03. Kindly can you send me steps or an document - how you achived in creating Button Using BADI.

Thanks for help.

Read only

mark_kuehler
Explorer
0 Likes
1,579

I am having the same problems with BADI FI_ITEMS_MENUE01. All transports were successful, yet the new button does not appear on our Quality system.

I have seen this question asked a couple of times on the forums and would appreciate any input.

Regards, Mark

Read only

mark_kuehler
Explorer
1,579

We were able to solve this issue by generating the GUI status for program SAPLFI_ITEMS, status GRID_ITEMS_AR. We used SAP transaction SE41 to regenerate the status and the pushbutton was available.

Read only

Former Member
0 Likes
1,579

Hello Kalyani,

In QUALITY Go to SE80 give your program name and ACTIVATE again in quality system

It will be visible then.

Regards

Arindam