SAP Query based Reporting
Sales Invoice Printing Status
Muhammad Shoaib Asad Khalid
1 | P a g e
http://pk.linkedin.com/in/muhammadshoaibasadkhalid
Sales Invoice Print Status
Overview
To get Status of Sales Invoice print as;
 When printed
 How many time printed
T-Code
 SQ02
Table:
 VBRK (Billing Document Header)
 NAST (Message Status)
Joining:
 VBRK-FLART <> NAST-KSCHL
 VBRK-KIDNO <> NAST-OBJKY
Field Selection
SAP Query based Reporting
Sales Invoice Printing Status
Muhammad Shoaib Asad Khalid
2 | P a g e
http://pk.linkedin.com/in/muhammadshoaibasadkhalid
if
NAST-VSTAT = '1' .
MATCH = 'Printed'.
else.
MATCH = 'Not Print'.
endif .
if
NAST-VSTAT <> 1.
PRNTTM = ' '.
else.
PRNTTM = NAST-UHRVR.
endif.
if
NAST-VSTAT <> 1.
PRNTDT = ' '.
else.
PRNTDT = NAST-DATVR.
endif.
Extra Field:
 MATCH
 Print Date:
 Print Time
SAP Query based Reporting
Sales Invoice Printing Status
Muhammad Shoaib Asad Khalid
3 | P a g e
http://pk.linkedin.com/in/muhammadshoaibasadkhalid
T-Code
 SQ01
Selection & List Fields
SAP Query based Reporting
Sales Invoice Printing Status
Muhammad Shoaib Asad Khalid
4 | P a g e
http://pk.linkedin.com/in/muhammadshoaibasadkhalid
Selection Screen
Result:

More Related Content

PPTX
Statistical Analysis with R -I
PPTX
Learning machine learning with Yellowbrick
PPTX
DIY Quant Strategies on Quantopian
PDF
Proof of Cook Levin Theorem (Presentation by Xiechuan, Song and Shuo)
PDF
Convolution and FFT
PDF
BIM Data Mining Unit4 by Tekendra Nath Yogi
PPTX
Birch Algorithm With Solved Example
PDF
Differential privacy and applications to location privacy
Statistical Analysis with R -I
Learning machine learning with Yellowbrick
DIY Quant Strategies on Quantopian
Proof of Cook Levin Theorem (Presentation by Xiechuan, Song and Shuo)
Convolution and FFT
BIM Data Mining Unit4 by Tekendra Nath Yogi
Birch Algorithm With Solved Example
Differential privacy and applications to location privacy

What's hot (20)

PDF
The Importance of Phase
PPTX
"Alpha from Alternative Data" by Emmett Kilduff, Founder and CEO of Eagle Alpha
PPTX
Datastructures in python
PPTX
Frequent Pattern growth algorithm
PPT
Intro to Model Selection
PDF
Technical writing using LaTeX
PPTX
Rabin Carp String Matching algorithm
PPTX
Tries data structures
PDF
A Deep Dive into Stateful Stream Processing in Structured Streaming with Tath...
PPT
DATA STRUCTURES AND ALGORITHMS UNIT-3 TREES PREPARED BY M V BRAHMANANDA REDDY
PPTX
"How to Run a Quantitative Trading Business in China with Python" by Xiaoyou ...
PDF
"Fundamental Forecasts: Methods and Timing" by Vinesh Jha, CEO of ExtractAlpha
PDF
Pandas Cheat Sheet
PDF
Introduction to Python Pandas for Data Analytics
PPTX
Matrix decomposition and_applications_to_nlp
PDF
Markov Chain Monte Carlo Methods
PDF
Cheat Sheet for Machine Learning in Python: Scikit-learn
PPTX
Association rule mining and Apriori algorithm
PPTX
Exploratory data analysis
PPTX
The Importance of Phase
"Alpha from Alternative Data" by Emmett Kilduff, Founder and CEO of Eagle Alpha
Datastructures in python
Frequent Pattern growth algorithm
Intro to Model Selection
Technical writing using LaTeX
Rabin Carp String Matching algorithm
Tries data structures
A Deep Dive into Stateful Stream Processing in Structured Streaming with Tath...
DATA STRUCTURES AND ALGORITHMS UNIT-3 TREES PREPARED BY M V BRAHMANANDA REDDY
"How to Run a Quantitative Trading Business in China with Python" by Xiaoyou ...
"Fundamental Forecasts: Methods and Timing" by Vinesh Jha, CEO of ExtractAlpha
Pandas Cheat Sheet
Introduction to Python Pandas for Data Analytics
Matrix decomposition and_applications_to_nlp
Markov Chain Monte Carlo Methods
Cheat Sheet for Machine Learning in Python: Scikit-learn
Association rule mining and Apriori algorithm
Exploratory data analysis
Ad

Recently uploaded (20)

PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
PPTX
The various Industrial Revolutions .pptx
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PDF
sustainability-14-14877-v2.pddhzftheheeeee
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
A review of recent deep learning applications in wood surface defect identifi...
PDF
WOOl fibre morphology and structure.pdf for textiles
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
DP Operators-handbook-extract for the Mautical Institute
PDF
Getting started with AI Agents and Multi-Agent Systems
PDF
Getting Started with Data Integration: FME Form 101
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PDF
STKI Israel Market Study 2025 version august
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PPTX
Chapter 5: Probability Theory and Statistics
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
DOCX
search engine optimization ppt fir known well about this
PPT
What is a Computer? Input Devices /output devices
Group 1 Presentation -Planning and Decision Making .pptx
How ambidextrous entrepreneurial leaders react to the artificial intelligence...
The various Industrial Revolutions .pptx
NewMind AI Weekly Chronicles – August ’25 Week III
sustainability-14-14877-v2.pddhzftheheeeee
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
A review of recent deep learning applications in wood surface defect identifi...
WOOl fibre morphology and structure.pdf for textiles
Final SEM Unit 1 for mit wpu at pune .pptx
DP Operators-handbook-extract for the Mautical Institute
Getting started with AI Agents and Multi-Agent Systems
Getting Started with Data Integration: FME Form 101
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
STKI Israel Market Study 2025 version august
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
Chapter 5: Probability Theory and Statistics
Univ-Connecticut-ChatGPT-Presentaion.pdf
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
search engine optimization ppt fir known well about this
What is a Computer? Input Devices /output devices
Ad

SAP Sales invoice print status

  • 1. SAP Query based Reporting Sales Invoice Printing Status Muhammad Shoaib Asad Khalid 1 | P a g e http://pk.linkedin.com/in/muhammadshoaibasadkhalid Sales Invoice Print Status Overview To get Status of Sales Invoice print as;  When printed  How many time printed T-Code  SQ02 Table:  VBRK (Billing Document Header)  NAST (Message Status) Joining:  VBRK-FLART <> NAST-KSCHL  VBRK-KIDNO <> NAST-OBJKY Field Selection
  • 2. SAP Query based Reporting Sales Invoice Printing Status Muhammad Shoaib Asad Khalid 2 | P a g e http://pk.linkedin.com/in/muhammadshoaibasadkhalid if NAST-VSTAT = '1' . MATCH = 'Printed'. else. MATCH = 'Not Print'. endif . if NAST-VSTAT <> 1. PRNTTM = ' '. else. PRNTTM = NAST-UHRVR. endif. if NAST-VSTAT <> 1. PRNTDT = ' '. else. PRNTDT = NAST-DATVR. endif. Extra Field:  MATCH  Print Date:  Print Time
  • 3. SAP Query based Reporting Sales Invoice Printing Status Muhammad Shoaib Asad Khalid 3 | P a g e http://pk.linkedin.com/in/muhammadshoaibasadkhalid T-Code  SQ01 Selection & List Fields
  • 4. SAP Query based Reporting Sales Invoice Printing Status Muhammad Shoaib Asad Khalid 4 | P a g e http://pk.linkedin.com/in/muhammadshoaibasadkhalid Selection Screen Result: