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: 

DOCUMENT TYPE VALIDATION

Former Member
0 Kudos

HI,

HOW TO ASSIGN VALUES KD,DA,KC, KG TO DOCUMENT TYPE(SELECT-OPTIONS)(BKPF-BLART)

BY USING RANGES IN SELECTION SCREEN

2 REPLIES 2

Former Member
0 Kudos

hi,

use multiple selction option and give those values what u req

regards,

chandu

Former Member
0 Kudos

hi,

check this below code.

at selection-screen on value request r_blart.

r_blart-sign = 'I'.

r_blart-option = 'EQ'

r_blart-low = 'KD'

append r_blart.

.

.

.

like this assign all the values.

reward points if it is helpful.

Regards,

Srilatha.