Convert SAPSCRIPT into SMARTFORMS

SAP provides a conversion for SAPscript into SMARTforms. There are two way through which you can convert sapscript into smartforms. (1)This is basically a function module, called FB_MIGRATE_FORM. You can start this function module by hand (via SE37), or create a small ABAP which migrates all SAPscript forms automatically. (2)You can also do this one-by-one … Read more

Automatic Alert Notification

Use In the monitoring architecture you can define auto-reaction methods that are automaticallyexecuted when an alert occurs. From Release 4.6A, you can assign the CCMS_OnAlert_Email method to the MTE classesthat are most critical in your system. You will then be informed by e-mail, fax or pager if analert occurs for these MTE classes, even if … Read more

ALE/IDOC Transaction

SALE Area Menu for ALE configurations.It includes transactions for Logical System definition and linking it to a client, Transactions forRFC Destination and Port Definition Etc. SM59 RFC DestinationHere we specify the login settings for the destination including the I.P address or Application Server name and the User name and password.The information entered here is used … Read more

IDOC Status Code

Status Description 00 Not used, only R/2 01 IDoc generated 02 Error passing data to port 03 Data passed to port OK 04 Error within control information of EDI subsystem 05 Error during translation 06 Translation OK 07 Error during syntax check 08 Syntax check OK 09 Error during interchange handling 10 Interchange handling OK … Read more

SAP Standard Function Module-Application Log Maintenance,Batch Jobs,IDOC,Calendar,Change Document,Business Warehouse,File Processing,Messaging,File

(1) Application Log MaintenanceBAL_LOG_CREATE Open a log BAL_LOG_MSG_ADD Put a message in the log BAL_DSP_LOG_DISPLAY Display log (2) Batch JobsBP_JOBVARIANT_SCHEDULE – Schedule a simple background job from an ABAP program. This function module can be used to maintain only one step jobs. BP_EVENT_RAISE – Raises an event for triggering background job. These events are not … Read more

Structure

No data records exist in the database for a structure. Structures areused for the interface definition between programs or between screens andprograms. Append structureAn append structure defines a set of fields which belong to another tableor structure but which are treated in the correction administration asits own object.Append structures are used to support modifications.