SAP Community
About former_member861218
former_member86
1218
Discoverer
Member since
2023 Jun 14
User Statistics
3
Posts
0
Solutions
0
Kudos given
0
Kudos received
View all badges
Options
Report User
User Activity
Posts
Replies
report program two display data from two tables using alv reports
2023 Jun 20
using alv report program: Display output with all below fields. Invoice No. VBRK-VBELN Item VBRP-POSNR Plant VBRP-WERKS Billing Type VBRK-FKART Sales org VBRK-VKORG Distribution Channel VBRK-VTWEG Billin...
smartforms
2023 Jun 14
print in smartforms using driver program Assignment: Print Material Batch information. Selection screen: Plant - MCHB-WERKS(Parameter) Material: MCHB-MATNR(Parameters) Reteival fields: MCHB-MATNR MCHB-WERKSBATC MCHB-CHARG MCHB-CL...
Re: report program two display data from two tables using alv reports
2023 Jun 20
REPORT ZASS4LINE-COUNT 30(3)LINE-SIZE 300NO STANDARD PAGE HEADING.TABLES:VBRK,VBRP.SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME. SELECT-OPTIONS S_VBELN FOR VBRK-VBELN. PARAMETERS:P_VKORG TYPE VBRK-VKORG. SELECT-OPTIONS S_FKDAT FOR VBRK-FKDAT. ...