How To Create Tcode For Program In Sap

Just like we can create an e-mail list in Lotus notes or Outlook, similarly we can create a list in SAP and send one e-mail to multiple recipients simultaneously. Distribution list is an age old tool in SAP, but many of our fresher might find this tutorial useful and interesting.
Introduction:CreateDocumentation to the Report, Include and Module Pool Programs through TcodeSE38.Use:Itwill be under stable to everyone what exactly the program is doing and all theparameters, methods used inside the program. And also what will be outcome ofthis program.Step 1:Createa simple program through transaction SE38Step 2:Writethe below codeSELECTION- SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text- 001.PARAMETERS: pname TYPE char10.SELECTION- SCREEN END OF BLOCK b1.AT SELECTION- SCREEN.IF pname IS NOT INITIAL.CALL FUNCTION 'POPUPTODISPLAYTEXT'EXPORTINGtitel = 'Show Details'textline1 = 'Entered Name is:'textline2 = pname.ENDIF.Step 3:Executethe program.Selectionscreen will be displayed as below. Enter value of the name as “SAP”.ChooseEnter Button.Apopup will be displayed as below.Step 4:Nowwe create documentation for this program with all these details.Tocreate documentation go to transaction SE38, select “Documentation” radiobutton.Andchoose “Change” button.Step 5:Nextscreen will be displayed as below.Step 6:Enterthe text as specified belowAndchoose save button.Amessage will be displayed at the bottom of the screen as below.Step 7:Nowgo to SE38, enter the program name and check the radio button “Documentationand choose “Display”.Apopup will be displayed as below. Please send us your feedback/suggestionsat.© 2006-2007SAPTechnical.COM. All rights reserved.Allproduct names are trademarks of their respective companies. SAPTechnical.COMis in no way affiliated with SAP AG.SAP, SAP R/3, R/3 software,mySAP, ABAP, BAPI, xApps, SAP NetWeaver, and and any other SAP trademarks areregistered trademarks of SAP AG in Germany and in several other countries.Everyeffort is made to ensure content integrity. Use information on this site at yourown risk.Graphic Design.
Skyrim home sweet home. My urge to cough was no longer. Being surrounded by so much natural beauty had a powerful impact on me. While discovering my dedicated road in the mountains for the first time, and walking land that was for sale on my road, I was overcome with a profound peace and something felt different. The asthma that had been a part of me for so long was non-existent while on that trip in the mountains.

Below is a list of useful SAP transaction codes which you will need to know when developing your ABAP applicationsin all areas of SAP. SEARCHSAPMENUFind menu path for transaction codeAL11SAP directorie structureBAPIBAPI Explorer, view all sap BAPI'sBRFBusiness rule framework transactionBRFAPL01Define new application class. Once defined use tcode BRF to create application class.BRFIMC01Create implementing class.