SlideShare a Scribd company logo
1 of 7
Welcome to Ducat India
Interactive report using HIDE technique
Language | Industrial Training | Digital Marketing | Web Technology |
Testing+ | Database | Networking | Mobile Application | ERP |
Graphic | Big Data | Cloud Computing
Interactive report using HIDE technique
Develop a material master report which displays the basic details on
the basic list and description details in the secondary list for a
material type input (selection screen parameter).
Requirement Analysis:
In the above requirement we have to get material details for a material
type input(Parameter input for MTART field), whenever user double
clicks on any record of basic list, it will go to second screen and
display descriptions for that material, display page header and footer
for the report.
SAP Tables to be used are:
MARA(Material Master), MAKT(Material descriptions).
Step1: Define report heading.
Go to SE38, create a program ZSAPN_INTERACTIVE_REPORT1.In
order to display footer information we have to provide some space for
footer, it can be defined at report definition(First line of the report), to
provide space for footer we use below syntax.
REPORT ZSAPN_INTERACTIVE_REPORT LINE-COUNT 34(2) NO
STANDARD PAGE HEADING. “leave some pages for footer and hide
standard heading
Step2:Data decelerations and Selection screen.
Declare the required internal tables, work areas, variables etc and add selection
screen element parameter for material type input.
DATA : IT_MARA TYPE TABLE OF MARA, "mara internal table
WA_MARA TYPE MARA, "mara work area
IT_MAKT TYPE TABLE OF MAKT, "MAKT internal table
WA_MAKT TYPE MAKT. "MAKT work area
PARAMETERS P_MTART TYPE MARA-MTART. “selection screen element
input field
Step3: Add code to get material basic details.
Add logic to get material details for the material type input under START-OF-
SELECTION event.
START-OF-SELECTION.
SELECT * FROM MARA
INTO TABLE IT_MARA
WHERE MTART = P_MTART.
Display materials and use HIDE technique
Display materials and use HIDE technique( HIDE area) to store line data.
Step4: Get material descriptions using hide area
Get material descriptions from MAKT table based on HIDE area storage
under AT LINE-SELECTION event.
AT LINE-SELECTION.
SELECT * FROM MAKT
INTO TABLE IT_MAKT
WHERE MATNR = WA_MARA-MATNR.
CONTACT US: 7070905090
MAIL : info@ducatindia.com

More Related Content

What's hot

SAP Lumira - Acquiring data
SAP Lumira - Acquiring dataSAP Lumira - Acquiring data
SAP Lumira - Acquiring dataDmitry Anoshin
 
My First Worksheet slide support
My First Worksheet slide supportMy First Worksheet slide support
My First Worksheet slide supportSpagoWorld
 
Bi report testing Ver. 01
Bi report testing Ver.  01Bi report testing Ver.  01
Bi report testing Ver. 01Rakesh Hansalia
 
Attachments in IBM Maximo Asset Management
Attachments in IBM Maximo Asset ManagementAttachments in IBM Maximo Asset Management
Attachments in IBM Maximo Asset ManagementRobert Zientara
 
Fabian Rousselot - Filemaker Portfolio
Fabian Rousselot - Filemaker PortfolioFabian Rousselot - Filemaker Portfolio
Fabian Rousselot - Filemaker PortfolioFabian Rousselot
 
Operations guide43
Operations guide43Operations guide43
Operations guide43Vcoi Vit
 
Failure Codes in IBM Maximo Asset Management
Failure Codes in IBM Maximo Asset ManagementFailure Codes in IBM Maximo Asset Management
Failure Codes in IBM Maximo Asset ManagementRobert Zientara
 
exploring_ecap_grader_c2_Transactions_LastFirst. solution
exploring_ecap_grader_c2_Transactions_LastFirst. solutionexploring_ecap_grader_c2_Transactions_LastFirst. solution
exploring_ecap_grader_c2_Transactions_LastFirst. solutionJackCandtona
 

What's hot (8)

SAP Lumira - Acquiring data
SAP Lumira - Acquiring dataSAP Lumira - Acquiring data
SAP Lumira - Acquiring data
 
My First Worksheet slide support
My First Worksheet slide supportMy First Worksheet slide support
My First Worksheet slide support
 
Bi report testing Ver. 01
Bi report testing Ver.  01Bi report testing Ver.  01
Bi report testing Ver. 01
 
Attachments in IBM Maximo Asset Management
Attachments in IBM Maximo Asset ManagementAttachments in IBM Maximo Asset Management
Attachments in IBM Maximo Asset Management
 
Fabian Rousselot - Filemaker Portfolio
Fabian Rousselot - Filemaker PortfolioFabian Rousselot - Filemaker Portfolio
Fabian Rousselot - Filemaker Portfolio
 
Operations guide43
Operations guide43Operations guide43
Operations guide43
 
Failure Codes in IBM Maximo Asset Management
Failure Codes in IBM Maximo Asset ManagementFailure Codes in IBM Maximo Asset Management
Failure Codes in IBM Maximo Asset Management
 
exploring_ecap_grader_c2_Transactions_LastFirst. solution
exploring_ecap_grader_c2_Transactions_LastFirst. solutionexploring_ecap_grader_c2_Transactions_LastFirst. solution
exploring_ecap_grader_c2_Transactions_LastFirst. solution
 

Similar to Interactive report using hide technique

Interactive reports development
Interactive reports developmentInteractive reports development
Interactive reports developmentDucat
 
Material Request (OPERATION)
Material Request (OPERATION)Material Request (OPERATION)
Material Request (OPERATION)RAKESH SINGH
 
Copying number ranges in SAP FICO ECC
Copying number ranges  in SAP FICO ECCCopying number ranges  in SAP FICO ECC
Copying number ranges in SAP FICO ECCSrinivas Rao
 
285109443-SAP-BW-Info-Object.ppt
285109443-SAP-BW-Info-Object.ppt285109443-SAP-BW-Info-Object.ppt
285109443-SAP-BW-Info-Object.pptntrnbk
 
Creating a data report in visual basic 6
Creating a data report in visual basic 6Creating a data report in visual basic 6
Creating a data report in visual basic 6mrgulshansharma
 
Er ptips sap-training-manual-sample-chapter-from-materials-management
Er ptips sap-training-manual-sample-chapter-from-materials-managementEr ptips sap-training-manual-sample-chapter-from-materials-management
Er ptips sap-training-manual-sample-chapter-from-materials-managementIT
 
Sdn beginners bi
Sdn beginners biSdn beginners bi
Sdn beginners biRam Tomar
 
Pnbhfl training final
Pnbhfl training finalPnbhfl training final
Pnbhfl training finalNupur Mishra
 
Mr20 enus a-Report Design in Management Reporter 2.0 for Microsoft Dynamics® ERP
Mr20 enus a-Report Design in Management Reporter 2.0 for Microsoft Dynamics® ERPMr20 enus a-Report Design in Management Reporter 2.0 for Microsoft Dynamics® ERP
Mr20 enus a-Report Design in Management Reporter 2.0 for Microsoft Dynamics® ERPSami JAMMALI
 
SAP SD QUERY REPORT_GANESH
SAP SD QUERY REPORT_GANESHSAP SD QUERY REPORT_GANESH
SAP SD QUERY REPORT_GANESHGanesh Tarlana
 
Custom Report Tutorial
Custom Report TutorialCustom Report Tutorial
Custom Report TutorialPiyush Ramnani
 
Benefits RegisterInstructionsProbability = How likely is this eve.docx
Benefits RegisterInstructionsProbability = How likely is this eve.docxBenefits RegisterInstructionsProbability = How likely is this eve.docx
Benefits RegisterInstructionsProbability = How likely is this eve.docxjasoninnes20
 
Automatic ground truth generation for image sequences
Automatic ground truth generation for image sequencesAutomatic ground truth generation for image sequences
Automatic ground truth generation for image sequencesIAEME Publication
 
MaxTECH Technical Training - Maximo Custom Audit Solution
MaxTECH Technical Training - Maximo Custom Audit SolutionMaxTECH Technical Training - Maximo Custom Audit Solution
MaxTECH Technical Training - Maximo Custom Audit SolutionHelen Fisher
 

Similar to Interactive report using hide technique (20)

Interactive reports development
Interactive reports developmentInteractive reports development
Interactive reports development
 
Material Request (OPERATION)
Material Request (OPERATION)Material Request (OPERATION)
Material Request (OPERATION)
 
Copying number ranges in SAP FICO ECC
Copying number ranges  in SAP FICO ECCCopying number ranges  in SAP FICO ECC
Copying number ranges in SAP FICO ECC
 
285109443-SAP-BW-Info-Object.ppt
285109443-SAP-BW-Info-Object.ppt285109443-SAP-BW-Info-Object.ppt
285109443-SAP-BW-Info-Object.ppt
 
Creating a data report in visual basic 6
Creating a data report in visual basic 6Creating a data report in visual basic 6
Creating a data report in visual basic 6
 
Er ptips sap-training-manual-sample-chapter-from-materials-management
Er ptips sap-training-manual-sample-chapter-from-materials-managementEr ptips sap-training-manual-sample-chapter-from-materials-management
Er ptips sap-training-manual-sample-chapter-from-materials-management
 
Sap pm-master-data
Sap pm-master-dataSap pm-master-data
Sap pm-master-data
 
Sdn beginners bi
Sdn beginners biSdn beginners bi
Sdn beginners bi
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Pnbhfl training final
Pnbhfl training finalPnbhfl training final
Pnbhfl training final
 
Bdc
BdcBdc
Bdc
 
Tableau training course
Tableau training courseTableau training course
Tableau training course
 
Mr20 enus a-Report Design in Management Reporter 2.0 for Microsoft Dynamics® ERP
Mr20 enus a-Report Design in Management Reporter 2.0 for Microsoft Dynamics® ERPMr20 enus a-Report Design in Management Reporter 2.0 for Microsoft Dynamics® ERP
Mr20 enus a-Report Design in Management Reporter 2.0 for Microsoft Dynamics® ERP
 
SAP SD QUERY REPORT_GANESH
SAP SD QUERY REPORT_GANESHSAP SD QUERY REPORT_GANESH
SAP SD QUERY REPORT_GANESH
 
The ABAP Query
The ABAP QueryThe ABAP Query
The ABAP Query
 
Custom Report Tutorial
Custom Report TutorialCustom Report Tutorial
Custom Report Tutorial
 
Benefits RegisterInstructionsProbability = How likely is this eve.docx
Benefits RegisterInstructionsProbability = How likely is this eve.docxBenefits RegisterInstructionsProbability = How likely is this eve.docx
Benefits RegisterInstructionsProbability = How likely is this eve.docx
 
Automatic ground truth generation for image sequences
Automatic ground truth generation for image sequencesAutomatic ground truth generation for image sequences
Automatic ground truth generation for image sequences
 
Mdm255 exercise
Mdm255 exerciseMdm255 exercise
Mdm255 exercise
 
MaxTECH Technical Training - Maximo Custom Audit Solution
MaxTECH Technical Training - Maximo Custom Audit SolutionMaxTECH Technical Training - Maximo Custom Audit Solution
MaxTECH Technical Training - Maximo Custom Audit Solution
 

More from kavyagaur3

10 Creative Ways to Use Java
10 Creative Ways to Use Java10 Creative Ways to Use Java
10 Creative Ways to Use Javakavyagaur3
 
Top 10 AutoCAD Facts You Need to Know
Top 10 AutoCAD Facts You Need to KnowTop 10 AutoCAD Facts You Need to Know
Top 10 AutoCAD Facts You Need to Knowkavyagaur3
 
Why Data Science is Getting Popular in 2023?
Why Data Science is Getting Popular in 2023?Why Data Science is Getting Popular in 2023?
Why Data Science is Getting Popular in 2023?kavyagaur3
 
What is Power BI Desktop.pptx
What is Power BI Desktop.pptxWhat is Power BI Desktop.pptx
What is Power BI Desktop.pptxkavyagaur3
 
Investment profiles
Investment profilesInvestment profiles
Investment profileskavyagaur3
 
Specify structure for tax jurisdiction code
Specify structure for tax jurisdiction codeSpecify structure for tax jurisdiction code
Specify structure for tax jurisdiction codekavyagaur3
 
Assign users to tolerance groups in sap
Assign users to tolerance groups in sapAssign users to tolerance groups in sap
Assign users to tolerance groups in sapkavyagaur3
 
Credit control area in sap
Credit control area in sapCredit control area in sap
Credit control area in sapkavyagaur3
 
Credit control area in sap
Credit control area in sapCredit control area in sap
Credit control area in sapkavyagaur3
 
What is bdc in sap types of bdc
What is bdc in sap   types of bdc  What is bdc in sap   types of bdc
What is bdc in sap types of bdc kavyagaur3
 
Sap sd sales and distribution
Sap sd sales and distributionSap sd sales and distribution
Sap sd sales and distributionkavyagaur3
 
Features of sap hana
Features of sap hanaFeatures of sap hana
Features of sap hanakavyagaur3
 
What is sap hana
What is sap hana What is sap hana
What is sap hana kavyagaur3
 
Amazon elastic load balancing
Amazon elastic load balancingAmazon elastic load balancing
Amazon elastic load balancingkavyagaur3
 
Amazon elastic compute cloud
Amazon elastic compute cloudAmazon elastic compute cloud
Amazon elastic compute cloudkavyagaur3
 
Creating an AWS IAM user using the AWS dashboard
Creating an AWS IAM user using the AWS dashboardCreating an AWS IAM user using the AWS dashboard
Creating an AWS IAM user using the AWS dashboardkavyagaur3
 
Community cloud
Community cloud Community cloud
Community cloud kavyagaur3
 

More from kavyagaur3 (18)

10 Creative Ways to Use Java
10 Creative Ways to Use Java10 Creative Ways to Use Java
10 Creative Ways to Use Java
 
Top 10 AutoCAD Facts You Need to Know
Top 10 AutoCAD Facts You Need to KnowTop 10 AutoCAD Facts You Need to Know
Top 10 AutoCAD Facts You Need to Know
 
Why Data Science is Getting Popular in 2023?
Why Data Science is Getting Popular in 2023?Why Data Science is Getting Popular in 2023?
Why Data Science is Getting Popular in 2023?
 
What is Power BI Desktop.pptx
What is Power BI Desktop.pptxWhat is Power BI Desktop.pptx
What is Power BI Desktop.pptx
 
Investment profiles
Investment profilesInvestment profiles
Investment profiles
 
Specify structure for tax jurisdiction code
Specify structure for tax jurisdiction codeSpecify structure for tax jurisdiction code
Specify structure for tax jurisdiction code
 
Assign users to tolerance groups in sap
Assign users to tolerance groups in sapAssign users to tolerance groups in sap
Assign users to tolerance groups in sap
 
Credit control area in sap
Credit control area in sapCredit control area in sap
Credit control area in sap
 
Credit control area in sap
Credit control area in sapCredit control area in sap
Credit control area in sap
 
What is bdc in sap types of bdc
What is bdc in sap   types of bdc  What is bdc in sap   types of bdc
What is bdc in sap types of bdc
 
Sap sd sales and distribution
Sap sd sales and distributionSap sd sales and distribution
Sap sd sales and distribution
 
Features of sap hana
Features of sap hanaFeatures of sap hana
Features of sap hana
 
What is sap hana
What is sap hana What is sap hana
What is sap hana
 
Amazon elastic load balancing
Amazon elastic load balancingAmazon elastic load balancing
Amazon elastic load balancing
 
Amzoan s3
Amzoan s3Amzoan s3
Amzoan s3
 
Amazon elastic compute cloud
Amazon elastic compute cloudAmazon elastic compute cloud
Amazon elastic compute cloud
 
Creating an AWS IAM user using the AWS dashboard
Creating an AWS IAM user using the AWS dashboardCreating an AWS IAM user using the AWS dashboard
Creating an AWS IAM user using the AWS dashboard
 
Community cloud
Community cloud Community cloud
Community cloud
 

Recently uploaded

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 

Recently uploaded (20)

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 

Interactive report using hide technique

  • 1. Welcome to Ducat India Interactive report using HIDE technique Language | Industrial Training | Digital Marketing | Web Technology | Testing+ | Database | Networking | Mobile Application | ERP | Graphic | Big Data | Cloud Computing
  • 2. Interactive report using HIDE technique Develop a material master report which displays the basic details on the basic list and description details in the secondary list for a material type input (selection screen parameter). Requirement Analysis: In the above requirement we have to get material details for a material type input(Parameter input for MTART field), whenever user double clicks on any record of basic list, it will go to second screen and display descriptions for that material, display page header and footer for the report.
  • 3. SAP Tables to be used are: MARA(Material Master), MAKT(Material descriptions). Step1: Define report heading. Go to SE38, create a program ZSAPN_INTERACTIVE_REPORT1.In order to display footer information we have to provide some space for footer, it can be defined at report definition(First line of the report), to provide space for footer we use below syntax. REPORT ZSAPN_INTERACTIVE_REPORT LINE-COUNT 34(2) NO STANDARD PAGE HEADING. “leave some pages for footer and hide standard heading
  • 4. Step2:Data decelerations and Selection screen. Declare the required internal tables, work areas, variables etc and add selection screen element parameter for material type input. DATA : IT_MARA TYPE TABLE OF MARA, "mara internal table WA_MARA TYPE MARA, "mara work area IT_MAKT TYPE TABLE OF MAKT, "MAKT internal table WA_MAKT TYPE MAKT. "MAKT work area PARAMETERS P_MTART TYPE MARA-MTART. “selection screen element input field
  • 5. Step3: Add code to get material basic details. Add logic to get material details for the material type input under START-OF- SELECTION event. START-OF-SELECTION. SELECT * FROM MARA INTO TABLE IT_MARA WHERE MTART = P_MTART. Display materials and use HIDE technique Display materials and use HIDE technique( HIDE area) to store line data.
  • 6. Step4: Get material descriptions using hide area Get material descriptions from MAKT table based on HIDE area storage under AT LINE-SELECTION event. AT LINE-SELECTION. SELECT * FROM MAKT INTO TABLE IT_MAKT WHERE MATNR = WA_MARA-MATNR.
  • 7. CONTACT US: 7070905090 MAIL : info@ducatindia.com