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: 

How to use FM : CS_VLIST_BLOCK_PROCESSING

Former Member
0 Kudos

Hello experts,

Function module 'CS_VLIST_BLOCK_PROCESSING' has been used in one of the programs, and it is printing a header for an output list by itself. Now my task is to change the lenth of once of the fields.

I do not understand how it is being used. Can any of you help me to solve this problem.

Thanks.

Matt.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Matt,

Refer to standard programs for ex. RCS15001. There are many standard programs which this FM is used.

In program RCS15001, When you execute with variable list checked, you will be the top of list having multiple vertical lines. The input for the program should be a BOM component and plant and usage.

To answer your other question, this table has a tables parameter watab. This parameter is of type structure cltable. It has two fields tname and table. If you have to change the length of the fields, you have to look for the field in the table in the tname field.

Check if you can modify the table / structure.

Hope it helps.

Sujay

1 REPLY 1

Former Member
0 Kudos

Hi Matt,

Refer to standard programs for ex. RCS15001. There are many standard programs which this FM is used.

In program RCS15001, When you execute with variable list checked, you will be the top of list having multiple vertical lines. The input for the program should be a BOM component and plant and usage.

To answer your other question, this table has a tables parameter watab. This parameter is of type structure cltable. It has two fields tname and table. If you have to change the length of the fields, you have to look for the field in the table in the tname field.

Check if you can modify the table / structure.

Hope it helps.

Sujay