SAP ABAP [2020] - ABAP 7.40/7.50- Segment Function

preview_player
Показать описание
SAP ABAP [2020] - ABAP 7.40/7.50- Segment Function
#sapabap #oopsabap #ooabap

In this session, we will discuss how to use the Segment Function in ABAP to work with data that contains a delimiter.

What is SAP ABAP?
ABAP is a high-level programming language created by the German software company SAP SE.
ABAP is one of the many application-specific 4th generation languages first developed in the 1980s.
It was originally the report language for SAP R/2, a platform that enabled large corporations to build mainframe business applications for materials management and financial and management accounting.

In ABAP we have basically 2 types of programs:
1)Reports
2)Module pools

The module pool program defines more complex patterns of user interaction using a collection of screens.
The term “screen” refers to the actual, physical image that the user sees.
Each screen also has a "flow logic", which refers to the ABAP code implicitly invoked by the screens, which is divided into a "PBO" (Process Before Output) and "PAI" (Process After Input) section.

Dynpro - Dynamic program - refers to the combination of the screen and its flow logic.
Introduction to ABAP module pool programming.

Module pool programs are also called dialog programs.

The module Pool programs are basically reports that are prepared for different screens and to manage the sequence of events of these screens.

In the transaction SE80, you can see all the dynpros that you have for this kind of report, add new ones, add all types of elements to the report.

In this program, we will discuss new syntaxes in ABAP 7.40
Рекомендации по теме
Комментарии
Автор

As usual, another excellent tutorial. Thanks bro.

mual
Автор

Well done. I didn‘t notice this command👌

codemize
Автор

This is good, I was using string tables to get index values. But this approach is better

mgopic
Автор

Hi Sooraj, can you please upload some videos on narrowcast and widen cast. Thanks

arunbalagopal
Автор

Thanks for sharing the great info.
How can we get all the data into internal table at a time using SEGMENT operator?
For example there will be a cases like .csv file formats with comma separator of internal table format, so without loop how can we insert directly into internal table ?

rameshreddykonasani
Автор

Can be used in open data set while reading the csv files from application server
Thanks for detailed explanation

pratikpawar
Автор

Which book you are referring? Book name please?

unstoppable.motivation