Debugging RFC functions in SAP

During the integrated tests, sometimes we need to debug a RFC that has been called from ASP.NET, just because the bug we are facing does not happens at SE37.

Debugging

Continue Reading…

Unit Conversion in SAP

Sometimes there comes a situation where the conversion from one unit to another may become necessary. One such situation could be to convert the order unit in the purchase order to the base unit measure of the material.

Unit of Measure

The usage of the function module ‘MC_UNIT_CONVERSION’ could ease the job. The user must supply the source unit of meausre and the target unit of measure.

Continue Reading…

Authority Check Trace in SAP

Often it is difficult to say, which Authority Objects are needed for certain processes in SAP. To avoid too many authorities for technical users in a productive system, the following steps should help to assign only the authority objects that are really needed for transaction exection:

  • Create an authority check trace in your test system
  • Create a profile that conatins only the needed objects
  • Assign the profile to the User

ST01Trace

Note! The steps described below should only be done together with you System Administrator.

Continue Reading…

Saving Custom Layouts in SAP ALV

When using a progam or report dealing in ALV, user sometimes does not get the proper display at the time of output in ALV. The reason is non-customising of the layout by the user or the default layout set by other user.

Following process will help you to store your own customized layout.

Continue Reading…

Making Table Data Transportable in SAP

Some clients wants data in the table to be maintained directly onto Live server whereas some wants is to be transportable across systems/landscape for maintaining data consistancy.

Table Maintenance Generator is used for this. The process can be applied to directly to the table or by using view.

Continue Reading…

Page 4 of 11« First...23456...Last »