SAP ABAP Tips

SAP ABAP Tips

Before knowing the SAP ABAP Tips. Kindly discover some unprecedented SAP Specialized necessities and tips. One would confront these issue just in some extremely uncommon Venture situations. Trust you will have a great time beneath.

A) Changing depiction of SAP standard Information Component (SAP ABAP Tips)

Did you had any idea about that we can change the depiction of standard fields? I’m certain a significant number of us didn’t have a clue about this reality. To change the mark/field portrayal for any SAP table field, then you can utilize the accompanying technique.

Allow us to check how the portrayal of standard information component ‘FSH_MG_ATTRIBUTE3′ of table MARA is changed.

SAP ABAP

1. Go to transaction code: CMOD.

2. Goto-Text Enhancement->Key words->Change

SAP Data Dictionary


3. Enter the Data Element

SAP Tricks

4. Change the Description text.

SAP Tips

5. Save in the transport (or local for test).
6. Goto SE11, check the changed description.

SAP ABAP

Did you know this trick? 

B) RF Weapon ‘Signal’ Sound (SAP ABAP Tips)

Assuming prerequisite comes to you that business needs a blare sound in RF console when it filters a standardized tag this is what you ought to do.

Stage 1: Quit giggling ..
Stage 2: Follow SAP note 371838

For freshers, RF = Radio Recurrence. Normally a little hand held gadget empowered with RFID is normal in distribution center and plants. You can contrast it and a checking/standardized identification understanding machine.

C) Light Saving Setting in SAP

Frequently we really want to change over the framework time to neighborhood season of the plant and in the event that the nearby season of the plant notices sunlight, in some cases the outcome is X hour off. X might be 1, 2, 3 and so on relying on the area. This issue happens because of time distinction of sunlight saving. In the event that you are dealing with this issue (like me) kindly check your DST framework utilizing exchange STZBC.

First check regardless of whether Light rule is dynamic.

Day light saving in SAP

Check the rule (Variable summer time rule).

dl12

Check the rule (Fixed summer time rule),

DL13

For freshers, wiki says, Sunlight saving time (DST) or late spring is the act of propelling clocks during mid year months by one hour with the goal that at night sunshine is capable an hour longer, while forfeiting typical dawn times.

D) Track down the Sort of Exchange in leave (whether it is Make, Change, Show and so on)

For Buying exchange exits, you might utilize table sections like T160 or T180 to track down the idea of exchange.
Field – TRTYP (Exchange type)

E) Actually looking at log for table changes

SCU3 – Utilize this exchange assuming log is actuated for that table. Assuming that you can’t see the log, have a go at investigating and by passing the power check.

Incorporate – RSVTPF01, Structure CHECK_AUTHORITY

SELECT SINGLE * FROM tddat INTO w_tddat

By-pass this mistake or keep up with your entrance in TDDAT or View V_DDAT_54
If it’s not too much trouble, check SAP note 323636 for more data.

F) Issue while making EH spot

Assuming you are dealing with issue while making implied improvements; getting blunder like: UNCAUGHT_EXCEPTION CX_SY_MESSAGE_ILLEGAL_TEXT then you might have to apply the accompanying SAP notes: 1034360, 1098603, 1087299

For Approval of SE20 exchange you might require SAP note 987152.

G) Instrument of FOR ALL Sections SELECT

SAP initially brings all the record for the chose fields and afterward it SORT the records found and afterward it does an Erase Neighboring Copies Looking at ALL FIELDS. In this way, to recover every one of the records, you Should choose every one of the Critical fields or, more than likely you will lose a few records.

H) Issue with Pop up display

SAP is loaded with shocks. A day or two ago, when I was attempting to test a program, I saw the messages were not coming as expected. Rather than showing the full message, it shortened with a cross symbol.

Pop up issue

At last, I had the option to follow the wellspring of the issue. The issue lies in the SAP FM POPUP_WITH_TABLE_DISPLAY_OK. I have involved this capability module various times in past and yet this time, I understood there is a “IF” condition in the source code of this FM at MODULE LISTPROCESSING Result .

LOOP AT LISTTAB.
IF LISTTAB+15(1) = 'S' OR LISTTAB+15(1) = 'F'.
IF LISTTAB+15(1) = 'S'.
WRITE: / LISTTAB+0(15), ICON_OKAY AS ICON.
ELSEIF LISTTAB+15(1) = 'F'.
WRITE: / LISTTAB+0(15), ICON_CANCEL AS ICON.
ENDIF.
ELSE.
WRITE: / LISTTAB.
ENDIF.
ENDLOOP.

Thus, in the event that the sixteenth person of your message is either S or F, your message will be shortened. Assuming you are dealing with this issue now you the explanation. You can address this issue in your own particular manner.

[My solution – just proselyte the sixteenth person to bring down case if it F or S.]

 

YOU MAY BE INTERESTED IN

SAP FICO Course India

Application development analyst accenture salary

Future of SAP

X
WhatsApp WhatsApp us