0% found this document useful (0 votes)
6 views

SAP TECH SAP-ABAP

The document provides a comprehensive overview of SAP ABAP programming, covering various topics such as basic programming concepts, data dictionary, modularization techniques, report generation, and enhancement techniques. It also discusses advanced topics like SAPScript, Smartforms, and Application Link Enabling (ALE) with IDOC. Additionally, the document includes references to training opportunities and resources for learning SAP ABAP.

Uploaded by

ANDRE DWI CAHYA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

SAP TECH SAP-ABAP

The document provides a comprehensive overview of SAP ABAP programming, covering various topics such as basic programming concepts, data dictionary, modularization techniques, report generation, and enhancement techniques. It also discusses advanced topics like SAPScript, Smartforms, and Application Link Enabling (ALE) with IDOC. Additionally, the document includes references to training opportunities and resources for learning SAP ABAP.

Uploaded by

ANDRE DWI CAHYA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

SAP TECH: SAP-ABAP https://saptechblogspot.blogspot.com/p/sap-abap.html?_sm_au_=iVV5...

SAP TECH
Towards the excellence!!!

Home SAP-ABAP SAP-OO ABAP SAP-WebdynPro SAP-HANA SAP-Workflow SAP-MDG SAP-Fiori SAP - UI5

SAP Table Relations

1 Advertise post 3
SAP-ABAP

Basic Programming :
SAP ABAP basic programming class 1
Write Keyword
New Line ( / )
Print text at positioned vertical line
Print text at positioned Horizontal line
Color
SAP ABAP basic programming class 2
Data Declarations
System Variables
Types of messages
Parameters
Structures
Work Area
SAP ABAP basic programming class 3
Clear
Internal Table
Fetching single record from databse
Corresponding fields of
Select-Options
SAP ABAP basic programming class 4
Creating customized select-options
Select_____EndSelect
If … Endif
If..Else..Endif
If..Elseif..Endif
Case...EndCase
Do...EndDo
While .. Endwhile
SAP ABAP basic programming class 5
Corresponding fields of Table
Total Pageviews Internal Table with header Line
Inner Join
Left Outer Join
For all entries
Field symbols
Control Break Statements
Share
On change of
Move
Move-corresponding
Selection Screens
Selection Screen Formatting
Selection Screen Events
Open SQL Statements
Different types of Internal Tables based on Sorting Techniques
Example for Standard Internal Table
Example for Sorted Internal Table- >With Non-Unique Key
Example for Hashed Internal Table

Operations on String :
Concatenate
Alignments
Split
Replace
Replace all occurrences of
Translate
Splitting string based on position->using offset concept
Usage of Concatenate and offset (string operations ) in date formate
Condense --[NO-GAPS]

Logical Databases and usage :


Logical Databases and usage

Data Dictionary :
SAP ABAP Data Dictionary class 1
Data Types
Data Dictionary
Domain
Data Element
Field
Table

1 of 9 29/06/2021, 11:23
SAP TECH: SAP-ABAP https://saptechblogspot.blogspot.com/p/sap-abap.html?_sm_au_=iVV5...

Creating Transparent Master Table


Creating Transparent Transaction Table
SAP ABAP Data Dictionary class 2
Foreign Key
Views
Database View
Projection View
Maintenance View
Table Maintenance Generator ( SM30)
Creating Transaction code for Maintenance View ( Update Mode )
Creating Transaction code for Maintenance View ( Show Mode )
Search Help
Create Elementary Search help using Dialog Type as "Display values immediately"
Create Elementary Search help using Dialog Type as "Dialog with value restriction"
Adding Elementary Search help using Dialog Type as "Display values immediately" to the Table
To delete the Search Help
Adding Elementary Search help using Dialog Type as "Dialog with Value restriction" to the Table
Collective Search Help
Adding Collective Search Help to the Table
Structures
Flat Structure
Nested Structure
Table Type
Deep Structure
Including Structure to the Customized Table
Appending Structure to the Customized Table /Standard Table
Type-Group
Determine sap table size via program RSTABLESIZE

Modularization techniques
Modularization techniques
Macros
Include
Subroutines
Internal Subroutines without passing parameters
External Subroutines without passing parameters
Pass by Reference
Pass by Value
Internal Subroutine with passing parameters
External Subroutine with passing parameters
Passing Internal Tables as Parameters
Function Modules
To create Function Group
Types of Functional module
Simple example ( Division operation ) for creating Normal function module and usage
Passing parameter and internal table as parameters in Normal Function Module
Passing select-options(range of values) and internal table as parameters in Normal Function Module
Creation and Calling an RFC function module from one system to another ( Ex : Addition )

Reports :
Reports
Classical Basic report
Events in Classical Interactive Report
Ways to do interactive report
Classical Interactive report based on Hide Technique
Classical Interactive report based on Get Cursor Technique
Classical Interactive report based on SY_LISEL Technique
Predefined System Codes
Upload Image/Logo
ALV report using Auto field catalog for selected fields
Operations on auto fieldcatalog( mask and unmask key field , Total )
ALV Report :- Total and Sub-total using auto fieldcatalog for selected fields.
ALV Interactive Report
ALV Interactive Report using 'REUSE_ALV_EVENTS_GET' function module
ALV Report using EDIT and SAVE option
ALV Report : - Color the output

Module Pool Programming


Screen Painter and Menu Painter
Understanding Dialog - Programming flow and Events
Types of Screen
Module pool programming using SE38
AT EXIT-COMMAND
Chain-End Chain
Sub Screen in Module Pool Program
Modal Dialog Box (Pop Up Screen)
Select-Option
Tab Strip
Open Sql operations
Table Control

Batch Data Communication :


Uploading the Master records(MM01) to SAP System using Call Transaction method (Tab delimited flat file)
Uploading the Master records(MM01) to SAP System using Call Transaction method ( Excel flat file)
Uploading the Master records(MM01) to SAP System using Session Method ( Tab delimited flat file)
Uploading the Master records(MM01) to SAP System using Session Method ( Excel flat file)

Legacy System Migration Workbench ( LSMW )


Uploading the Master records(MM01) to SAP System using Batch Input Recording Method

Enhancement Techniques :
Customer Exit
Searching EXIT using Table "MODSAP"
Searching EXIT using " SMOD " Transaction code
Function Module Exits

2 of 9 29/06/2021, 11:23
SAP TECH: SAP-ABAP https://saptechblogspot.blogspot.com/p/sap-abap.html?_sm_au_=iVV5...

Finding out Function Exit and Implementing it Ex:- 1


Enhance the transaction 'VA01' , To set the default value to Sold-to-party "9999” using Function Exit
Field Exits
To Configure the System for Field Exits.
Example for Global Field Exit
Example for Local Field Exits
Text Enhancements
Menu Exits

SAPScript
SAPScript
To upload the Graphic / Image
Standard Text : SO10
Delivery Note-Example
Important Standard programs of SAP Scripts

Smartforms

Smartforms
Difference with SMARTFORMS vs. SapScript(SE71)
Components of Smartforms
Window Types in Smartforms
To upload the Graphic / Image
Standard Text : SO10
Example : Invoice

VOFM Routines

VOFM Routines introduction


Creating a New VOFM Copying Requirement
Copy requirements and its usage with example

Adobe Forms
Adobe® LiveCycle® Designer
SAP Interactive Forms by Adobe Features and Benefits
Business advantages of SAP Interactive Forms by Adobe

Application Link Enabling (ALE ) / IDOC


Control Record - EDIDC structure information
Control record documentation
Status record - EDIDS structure information
Status record documentation
SAP ALE Idoc Tcode List
SAP IDOC QUALIFIERS (DETAILS)
How to retrieve data from IDOC using segment and mail IDOC information as an attachment
EDI Transaction Types

Translations
Translating Data Element Text
Webdynpro application translation

Function Modules for "Standard table entry modification" and "To cross authorization"

56 comments:

Anonymous 11 December 2017 at 22:40

I really appreciate information shared above. It’s of great help. If someone want to learn Online (Virtual) instructor led live training
in SAP ABAP, kindly Contact GRONYSA
Click for SAP ABAP Course details SAP ABAP
GRONYSA Offer World Class Virtual Instructor led training on SAP ABAP. We have industry expert trainer. We provide Training Material
and Software Support. GRONYSA has successfully conducted 10,000 + trainings in India, USA, UK, Australlia, Switzerland, Qatar, Saudi
Arabia, Bangladesh, Bahrain and UAE etc.
For Demo Contact us.
Nitesh Kumar
GRONYSA
E-mail: [email protected]
Ph: +91-9632072659/ +1-2142700660
www.GRONYSA.com

Reply

Replies

Mary Petter 24 October 2020 at 22:46

IEEE Final Year Project centers make amazing deep learning final year projects ideas for final year students Final Year
Projects for CSE to training and develop their deep learning experience and talents.

IEEE Final Year projects Project Centers in India are consistently sought after. Final Year Students Projects take a shot at
them to improve their aptitudes, while specialists like the enjoyment in interfering with innovation.

corporate training in chennai corporate training in chennai

corporate training companies in india corporate training companies in india

3 of 9 29/06/2021, 11:23
SAP TECH: SAP-ABAP https://saptechblogspot.blogspot.com/p/sap-abap.html?_sm_au_=iVV5...

corporate training companies in chennai corporate training companies in chennai

I have read your blog its very attractive and impressive. I like it your blog. Digital Marketing Company in Chennai

Reply

Test My internet Speed 23 April 2018 at 22:46

Thank you for your post. This is superb information. It is amazing and great to visit your site.
SAP ABAP Training in Gurgaon

Reply

Online Sap Trainers 27 April 2018 at 00:45

Thanks for sharing great post !!


This information you provided in the blog that is unique.I love it. Keep continue..
SAP online training | Best sap institute in India
sap hana online training

Reply

Unknown 31 May 2018 at 03:02

Hi, very nice post and informative article. Thanks for sharing great information.
BEST SAP INSTITUTE IN INDIA
SAP S/4 HANA Training Online
SAP HANA Online Training
SAP UI5 Online Training in India

Reply

gilledashivani 6 June 2018 at 03:17

Great information. the information provided is of great use as i got to learn new things. If you are looking for real time training in
SAP ABAP, kindly contact sieve software
Sieve software offers real time training by industry experts with live projects and placement support.
SAP ABAP TRAINING IN HYDERABAD

Reply

Unknown 14 July 2018 at 04:52

Hi, very nice information. Thanks for sharing!!


Calfre offers you the best training institutes in your location..
SAP HR Training in Hyderabad
SAP HCM Training in Hyderabad
SAP S/4 Simple Finance Training in Hyderabad

Reply

Unknown 22 August 2018 at 23:03

my friend Suggest me this blog and I can say this is the best blog to get the basic knowledge.Thank you so much for thissap hr abap
training

Reply

gilledashivani 24 September 2018 at 03:21

Great Post. The information provided is of great use as I got to learn new things. Keep Blogging.
SAP ABAP TRAINING IN HYDERABAD

Reply

sievesoftware 27 September 2018 at 22:32

Thank you for your post which is very informative .those who want to get sap abap training in Hyderabad, sieve software is the best
institute with Online and Class Room ABAP course with 100% hands-on practice in live project provided by MNC real-time certified
SAP ABAP Trainers
SAP ABAP Training Institute in Hyderabad

Reply

Unknown 15 January 2019 at 11:20

TX ME2C

Reply

Adithya e-Learning 3 April 2019 at 22:06

This is really interesting blog on SAP IDOC Online Training, You are a very skilled blogger. I've joined your rss feed and look forward to
seeking more of your excellent post. Also, I've shared your web site in my social networks! Thank You!!!

Reply

unknown 1 August 2019 at 03:40

Hiiii....Thanks for sharing Great information....Nice post....Keep move on....


SAP HANA Training in Hyderabad

Reply

Nisha 28 August 2019 at 17:45

4 of 9 29/06/2021, 11:23
SAP TECH: SAP-ABAP https://saptechblogspot.blogspot.com/p/sap-abap.html?_sm_au_=iVV5...

Great SAP ABAP blog and it will be helpful for SAP training students

Reply

Replies

TIC Academy 29 August 2019 at 09:01

Great explanation on SAP Training in Chennai modules..

Reply

TIC Academy 29 August 2019 at 09:02

Great explanation on SAP Training in Chennai modules..

Reply

Imran 30 August 2019 at 18:42

This is the best article for SAP which I have seen and it's absolutely great stuff on SAP. Thanks for such a cool article about SAP
topics. Very good explanation on SAP concepts we do SAP Training in Chennai for all SAP Modules.
Regards,
SAP Training Institutes in Chennai | Best SAP Training in Chennai

Reply

Indhu 31 August 2019 at 09:46

Very nice article for SAP which I have seen and it's absolutely great stuff on SAP ABAP. Thanks for such a cool article about SAP ABAP
topics. Very good explanation on SAP concepts we do SAP Training in Chennai for all SAP Modules.
Regards,
SAP ABAP Training Institutes in Chennai | SAP ABAP Training in Chennai

Reply

Online Sap Training 13 September 2019 at 02:20

Hi nice post!!!
Thanks for sharing great post !!
This information you provided in the blog that is superb. It is amazing. Keep continue..
It's Your Time to Start Your Success. Learn more about our SAP courses ...

learn java online


Oracle Training
sap UI5 online training
sap fiori training online
sap hana online training
SAP Training

Reply

Selvin 26 September 2019 at 22:00

SAP is still investing heavily in the development of ABAP, partly because most of their core software (ECC, CRM etc.) is written in
ABAP, but also because it is an excellent and robust platform for developing business applications.
sap abap training marathahalli

Reply

Online Sap Training 10 October 2019 at 03:33

Welcome to SAP Online Training we are Online Sap Trainers provides SAP Training, sap online training, Online Sap Training And
Certification, Best Sap Institute in India, Online It Training, sap training courses in Delhi, Noida, gurgaon, India. learn sap online. If
you want more info: Then Call At +91-8800368004 for more details please visit at https://www.onlinesaptrainers.com/

Reply

Mazhar 11 November 2019 at 10:33

all the time its giving a pop up msg for Subscription, even though i hv subscribed still again and again that pop-up is coming and also
there is no close button option for that pop-up.
it is a kind of hindrance.Kindly help

Reply

IICT 20 April 2020 at 06:19

Great article with lots of useful information on SAP Training in Chennai wonderful explanation on SAP module.
SAP Training Center in Chennai | Best SAP Training in Chennai | SAP Training Institute in Chennai

Reply

5 of 9 29/06/2021, 11:23
SAP TECH: SAP-ABAP https://saptechblogspot.blogspot.com/p/sap-abap.html?_sm_au_=iVV5...

IICT 12 May 2020 at 02:19

Great article with lots of useful informations. Amazing blog to read with huge updates. Awesome information.
SAP Training in Chennai
Java Training in Chennai
QTP Training in Chennai
Hardware and Networking Training in Chennai
SAP ABAP Training in Chennai
SAP FICO Training in Chennai
SAP SD Training in Chennai
SAP MM Training in Chennai
SAP PP Training in Chennai
AWS Training in Chennai

Reply

Imran 20 May 2020 at 01:19

Amazing Stuff.. Amazing blog post in regards to SAP. I am really so glad to read your blog which have lots of informations towards
SAP Training. IICT is the best SAP Training in Center in Chennai. Excellent blog i wish you to post many more that helps everyone who
working on SAP Modules. Anyone who needs SAP Training in Chennai please refer us same like you even we can also support. Thank
You.

Reply

Mazhar 3 June 2020 at 03:20

Hello Team,
I'm not able to open any of study materials link.
Please do the needful.
Best Regards,
Mazhar

Reply

amit 3 June 2020 at 03:21

I am not able to open any of the above links, kindly help here.

Reply

Sabrina Pinto 2 July 2020 at 05:28

It was very nice blog to learn about


"Iterating On a Table Using Field Symbols". Thanks for sharing
C_TAW12_740 Key Points
C_TAW12_750 Key Points

Reply

Saiabhi 15 July 2020 at 06:56

Hey, Thanks for informative post which is very helpful & important for SAP Technology. Great post
I like to support this post.
SAP ABAP on HANA Online Training in Hyderabad

Reply

Deliciouz foods 11 September 2020 at 04:24

Hey, Thanks for informative blog which is very helpful blog for SAP ABAP on HANA Technology. Superb blog
Keep Blogging!
SAP ABAP on HANA Online Training in Hyderabad

Reply

Keerthi55 4 November 2020 at 19:51

Nice post..
SAP Bods training
SAP BW on Hana training
SAP CS training
SAP Fico training
SAP Grc training
SAP Hana training
SAP mm training
SAP pm training
SAP PP training
SAP Qm training

Reply

Ratanvali 6 January 2021 at 06:01

Thank you for your post. This is excellent information. It is amazing and wonderful to visit your site. And I would like to share some
information about virtue solutions. www.virtuesolutionsonline.com

Reply

ankit 13 January 2021 at 04:09

I’m not that much of an internet reader to be honest but your blogs really nice, keep it up! I’ll go ahead and bookmark your website
to come back down the road sap sd institutes in hyderabad

Reply

6 of 9 29/06/2021, 11:23
SAP TECH: SAP-ABAP https://saptechblogspot.blogspot.com/p/sap-abap.html?_sm_au_=iVV5...

SAP TRAINING INSTITUTE IN NOIDA 22 January 2021 at 01:17

SAP HR Training in Noida For Further Inquiry :- +91-706-539-0111

Reply

Ratanvali 3 February 2021 at 04:47

Thank you for your post. This is excellent information. It is amazing and wonderful to visit your site. And I would like to share some
information about virtue solutions. www.virtuesolutionsonline.com

Reply

Bhuvana Chandra 3 February 2021 at 21:10

I'm searching for related information from the last few dyas finally i got it thank you so much.
sap abap training

Reply

Aptron Gurgaon 4 February 2021 at 21:57

Thanks for sharing this Information. SAP SD Institute in Gurgaon

Reply

Narender Singh 8 February 2021 at 23:09

Thanks for sharing this Information. SAP SD Training in Gurgaon

Reply

Sandhya 29 March 2021 at 02:32

This information is impressive; I am inspired how continuously you describe this topic. After reading your post, thanks for taking the
time to discuss this, I feel happy about it and I love learning more about this topic snowflake data warehouse

Reply

Pagla 29 March 2021 at 15:11

This website is very awesome I love its article I hope we will get more article like this the article is very important for all of the uses
. Hope you will get more�
� post like this . I hope your website in google. You can know about iphone 13 if you are interested

Reply

Bhuvana Chandra 7 April 2021 at 22:27

It's nice to see this type of information about SAP ABAP, Thank you

Reply

Bestforlearners 17 April 2021 at 23:43

Find the best SAP courses, tutor, institute https://www.bestforlearners.com/course/gurgaon/sap-course-training-institutes-in-


gurgaon

Reply

Bestforlearners 17 April 2021 at 23:47

Find the best SAP courses, tutor, institute https://www.bestforlearners.com/course/gurgaon/sap-course-training-institutes-in-


gurgaon

Reply

Easy Shiksha 20 April 2021 at 23:57

Thanks for sharing such amazing content which is very helpful for us. Please keep sharing like this. Also check for SAP for Beginners
Courses or many more.

Reply

Keerthi55 28 April 2021 at 19:57

Im obliged for the blog article. Thanks Again. Awesome.


data science training
python training
angular js training
selenium trainings

Reply

Brijesh Sharma 5 May 2021 at 04:18

This comment has been removed by the author.

Reply

Brijesh Sharma 5 May 2021 at 04:19

SAP Course in Delhi

Reply

Cool 20 May 2021 at 23:29

7 of 9 29/06/2021, 11:23
SAP TECH: SAP-ABAP https://saptechblogspot.blogspot.com/p/sap-abap.html?_sm_au_=iVV5...

cool
SAP Training in Chennai
QTP Training in Chennai
Java Training in Chennai
Hardware and Networking Training in Chennai
AWS Training in Chennai

Reply

SAP TRAINING INSTITUTE IN NOIDA 27 May 2021 at 01:42

SAP ABAP Training in Noida

Reply

Keerthi55 18 June 2021 at 20:54

SAP ABAP training


SSAP PP online training

Reply

nangluongxanh 21 June 2021 at 21:18

Khi đời sống con người được nâng cao lên thì dịch vụ phục vụ cũng phát triển theo, bạn sẽ không còn phải bận tâm đến việc phải
đem PC hay Laptop tới những Trung Tâm sửa chữa máy tính. Chúng tôi sẽ có những kỹ thuật viên với trình độ Đại Học, Cao Đẳng...
đã công tác nhiều năm trong lĩnh vực sửa chữa máy tính, bảo trì hệ thống mạng máy tính, sửa chữa laptop
Sửa máy tính
Sửa máy tính
Sửa chữa máy tính
Sửa chữa máy tính tại nhà

Reply

nangluongxanh 21 June 2021 at 21:18

Dịch vụ ép cọc bê tông Thăng Long trân trọng gửi đến Quý khách hàng Đơn giá, báo giá ép cọc bê tông tại Hà Nội. Xây dựng Trường
Sinh cam kết báo giá ép cọc bê tông 200x200, 250x250, 300x300, cừ Larsen giá rẻ nhất, chất lượng cọc bê tông tốt nhất, thi công ép
cọc bê tông nhanh nhất.
Ép cọc bê tông tại Hà Nội
Ép cọc bê tông
Ép cọc bê tông tại thạch thất
Ép cọc bê tông tại quốc oai
Trên địa bàn Hà Nội, các công trình ép cọc bê tông được Ép cọc bê tông Thăng Long vụ trải rộng khắp. Một trong những khu vực sử
dụng nhiều nhất dịch vụ của chúng tôi
Ép cọc bê tông tại Đông Anh
Ép cọc bê tông tại Đông Anh
Ép cọc bê tông nhà xưởng
Ép cọc bê tông nhà xưởng
Ép cọc bê tông tại Dương Nội
Ép cọc bê tông tại Dương Nội
Ép cọc bê tông tại Thường Tín
Ép cọc bê tông tại Yên Sở
Ép cọc bê tông tại Hoàn Kiếm
Ép cọc bê tông tại Cổ Nhuế
Ép cọc bê tông tại Thanh Xuân
Ép cọc bê tông tại Nam Từ Liêm
Ép cọc bê tông tại Mê Linh
Ép cọc bê tông tại Đông Ngạc
Ép cọc bê tông tại Triều Khúc
Ép cọc bê tông tại Đan Phượng
Ép cọc bê tông tại Thanh Xuân
Ép cọc bê tông tại Gia Lâm
Ép cọc bê tông tại Chèm

Reply

nangluongxanh 21 June 2021 at 21:19

Xưởng sản xuất Cúp golf giá rẻ, biểu trưng giải golf giá rẻ với nhiều mẫu mã đẹp, tư vấn thiết kế miễn phí theo yêu cầu của quý
khách hàng. Bạn muốn giải thưởng trong cuộc thi golf của bạn là những chiếc cúp golf pha lê toát lên vẻ sang trọng và độc đáo? Hãy
đến với Quà tặng pha lê Bình Minh để được tư vấn và lựa chọn. https://cupgolf.com.vn

Reply

CollabCubicles 22 June 2021 at 03:39

Hi everyone
it is a good article blog. thanks for sharing.
SAP management consulting
Sap consulting services company
SAP C/4HANA
sap experts
ifrs 17 finance transformation
sap s4hana cloud
ifrs 9 financial instruments
sap consulting company India

Reply

IICT Technologies 25 June 2021 at 22:32

Excellent blog SAP Training in Chennai

Reply

Mithun 27 June 2021 at 23:39

8 of 9 29/06/2021, 11:23
SAP TECH: SAP-ABAP https://saptechblogspot.blogspot.com/p/sap-abap.html?_sm_au_=iVV5...

Cool Post SAP Training in Chennai

Reply

Enter your comment...

Comment as: Google Account

Publish Preview

Home

Subscribe to: Posts (Atom)

Paypal

Ditunjang teknologi

Powered by Blogger.

9 of 9 29/06/2021, 11:23

You might also like