Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

URGENTN: REGARDING USEAGE OF FM: CHVW_EXPLODE_ALL

Former Member
0 Kudos

Hi,

I want to make a report in which i want to use the fm :-

CHVW_EXPLODE_ALL

plzz guide me how to use it by giving some relevant example to use it

,itss really urgent as my job is online and points will be definately rewarded for help.

3 REPLIES 3

Former Member
0 Kudos

hi,

Check out the below code ...


  CALL FUNCTION ' CHVW_EXPLODE_ALL '
       EXPORTING
            i_matnr            = lmatnr
            i_werks            = lwerks
            i_charg            = lcharg
            i_dfchvw           = zoption
       TABLES
            t_shadow           = ztop_down
       EXCEPTIONS
            invalid_input_data = 1
            OTHERS             = 2.

Regards,

Santosh

Former Member
0 Kudos

hi Ric,

Goto se37 give the function module name and press where-used-list button to find all the program where the function module is used on your server ...

Regards,

Santosh

0 Kudos

hi santosh,

my problem is i want to fetch data from CHVW table as it contains the data which is displayed in the BMBC code(used for displaying the sub - batches).

for example,if dere is a material of fert and it conatins a batch and dat contains further sub-batch. and i want to do it.

how should i do ,plzz give me some guidence for it .

plzz its a humble request.