壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 873|回复: 0

[ABAP资料区] 分层显示bom和自己做的BOM查询

[复制链接]
发表于 2012/4/20 12:01:29 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
*&---------------------------------------------------------------------*
*& Report  ZT00BB50                                                    *
*&                                                                     *
*&---------------------------------------------------------------------*
*&                                                                     *
*&                                                                     *
*&---------------------------------------------------------------------*


自己做的BOM查询
*&---------------------------------------------------------------------*
*& Report  ZT00BB51                                                    *
*&                                                                     *
*&---------------------------------------------------------------------*
*&                                                                     *
*&                                                                     *
*&---------------------------------------------------------------------*

REPORT  ZT00BB51                                .
tables:mara,
       mast,
       stpo,
       makt.
data: t_stb like stpox  occurs 200 with header line.
data: t_date like sy-datum.
TYPE-POOLS: SLIS.
DATA:I_FIELDCAT TYPE SLIS_FIELDCAT_ALV,
     I_FIELDCAT_ALV TYPE SLIS_FIELDCAT_ALV OCCURS 10,
     LAYOUT TYPE SLIS_LAYOUT_ALV.
DATA:GS_LAYOUT TYPE SLIS_LAYOUT_ALV .
data: begin of itab occurs 0 ,
      matnr like mara-matnr," material nomber
      mtart like mara-mtart,"material type
      idnrk like stpo-idnrk,"bom component 物料号
        stlnr like stpo-stlnr,"bom number
   WERKS like mast-WERKS," material nomber
   stlan like mast-stlan,"bom useage
      sortf like stpo-sortf,"Sort string
      menge like stpo-menge,"Quantity
      stlkn like stpo-stlkn,"item node
      vgknt like stpo-vgknt,"previews node
      datuv like stpo-datuv,
      aennr like stpo-aennr,
   maktx like makt-maktx,"material discrip
     end of itab.
data: begin of itab1 occurs 0,
       sortf like stpo-sortf,"Sort string
      menge like stpo-menge,"Quantity
      stlkn like stpo-stlkn,"item node
      vgknt like stpo-vgknt,"previews node
      datuv like stpo-datuv,
      aennr like stpo-aennr,
      end of itab1.
data: begin of itab2 occurs 0,
    maktx like makt-maktx,"material discrip
      end of itab2.
data: begin of itab3 occurs 0,
         matnr like mara-matnr," material nomber
      mtart like mara-mtart,"material type
      end of itab3.
data: begin of itab4 occurs 0,
   WERKS like mast-WERKS," material nomber
   stlan like mast-stlan,"bom useage
      end of itab4.
selection-screen begin of block block1 with frame
title text-001.
SELECT-OPTIONS: S_WLH FOR mast-matnr,
                s_werks FOR mast-werks,
            s_STLNR FOR mast-STLNR.

*SELECT-OPTIONS:
* parameters:     s_matnr like mast-matnr obligatory ,
*                 s_werks like mast-werks obligatory ,
*                 s_stlan like mast-stlan default '2',
*                 s_stlal  like mast-stlal default '01',
*                 s_date like  sy-datum default sy-datum.
selection-screen end of block block1.
*PARAMETERS: R1 AS CHECKBOX .


PERFORM getdata.
PERFORM LAYOUT.
PERFORM LAYOUT_BUILD.
PERFORM OUTPUT.
form getdata.
select * from stpo
into corresponding fields of table itab1
where STLNR in s_STLNR.
select * from mara
into corresponding fields of table itab3
where matnr in S_WLH.
select * from mast
分层显示bom和自己做的BOM查询.txt (15.21 KB, 下载次数: 5)
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/29 12:21 , Processed in 0.014418 second(s), 15 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表