Application Development and Automation 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: 
Read only

DOCUMENT TYPE VALIDATION

Former Member
0 Likes
457

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
Read only

Former Member
0 Likes
423

hi,

use multiple selction option and give those values what u req

regards,

chandu

Read only

Former Member
0 Likes
423

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.