35_29-10-25_ABAP_Syntax Updates

TOPIC'S COVERED

  • HANA Development Syntax Updates
  • Error Message Display System Updates
  • Database Programming and Assignment Guidance
  • ABAP Currency Conversion Debugging Session


Summary

HANA Development Syntax Updates

Pradeep began a session on HANA development, introducing new syntax features and comparing them with older methods. He explained concepts such as inline declaration, work areas, internal tables, and field symbols, emphasizing the advantages of the new syntax, which eliminates the need for certain declarations and simplifies code. Pradeep also covered topics like data manipulation, condition handling, and message display, highlighting how the new syntax streamlines these processes. Participants were encouraged to practice these concepts, and Pradeep addressed questions about specific commands and their applications.

Error Message Display System Updates

Pradeep and Priyashree discussed the display of error messages in a system. Pradeep explained that certain type errors should be displayed as information messages rather than yellow error messages. He also described how different types of messages should be formatted, with success messages in green and error messages in red. Pradeep instructed Priyashree to create a program by modifying an existing one and converting it to HANA format using a document he would send. He encouraged Priyashree to reach out if she faced any challenges while working on the task.

Database Programming and Assignment Guidance

Pradeep helped Priyashree resolve issues in her program, explaining the concept of "at the rate" when dealing with database tables. They discussed an upcoming assignment, with Pradeep advising Pavan to focus on known fields and use ALV to display output based on user requirements. Pradeep emphasized the importance of manually adding columns to internal tables and enhancing existing structures with additional data.

ABAP Currency Conversion Debugging Session

Pavan and Pradeep discussed debugging and implementing logic for currency conversion and GST calculations in an ABAP program. Pradeep guided Pavan on adding data to an internal table using a loop and explained the need to parse values into a structure. They reviewed the code, identified issues with data storage, and clarified the purpose of the loop. Pavan agreed to debug the program further to better understand the logic.

Complete and Continue