You are on page 1of 1

SFLDROP AND SFLFOLD:

How to specify: in display file ,in control record format use opt 8 then in general keyword put Y then
enter..
it will show sfldsp,sfldspctl,sflinz,sflend then press pagedown.There U specify Both for SFLDROP and
SFLFOLD as CF07(Both should be same indicator).
Uses:-
1.while checking stock information:-
it will show many information like Transfer In/Out Qty,Origin/Destination Location where it
came,Available Qty,sold qty etc,
while displaying it cant able to show all fields..so we are using SFLDROP,SFLFOLD..
so initially it will display only some (1st Row field) then After Pressing F7 it will show (2nd Row Field)...
Only designing is important(No coding is Required)...
How to design it
eq u r having 10 fields.Then how u have to design the screen means
Item no Brand Tfr In Origin AQty Sqty -----1st Row
Desc1 Desc2 Tfrout dest -----2nd Row
&1 &2 &3 &4 &5 &6
&7 &8 &9 &10

or
Item no Brand Tfr In Origin AQty Sqty -----1st Row
Desc1 Desc2 Tfrout dest -----2nd Row
+3(5) +O(3) +6(2) +O(3) +6(2) +6(3)
+6(2) +O(2) +6(3) +6(2)
2.Initailly Item number will be displayed..If U press SFLFOLD(F7) THen it will be Folded and show
Description also....
3.The main use of SFLDROP and SFLFOLD is to view many Fields in singly display..
4.just try this
In subfile give one field with length 50.using UPDDTA insert values for this field(50 length).Using
SFL>Pag load the values and see.It wont show the full lenth of 50.
So inorder to get full length press F7 so it folded and display.So now full length is displayed(This is
SFLFOLD) if u again press F7 it shows normal screen
(ie)some values r hidded or droped(This is SFLDROP).
just use indicators in display file alone eq CF07 CF07( in sfldrop and sflfold keyword)
it will automatically take fold and drop.

SFLNXTCHG is mainly used to read the updated records many times


eq READC --- it will read the updated records only one time.(ie if u change any records in subfile
means MDT will be ON.
Readc will read only if MDT on.But after READC operation This MDT will become off.
so if u want to read the updated records many times means u have to use only SFLNXTCHG.
eq 4 -delete select 4 4 and delete many records in ur WRKMBRPDM it will show another screen with
the selected records.(so now readc readed and showed in another screen)now press F12=cancel it
will goes to previous screen where u typed 4 4 now press enter again it will show selected records
(which means here SFLNXTCHG is used so that it

You might also like