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

status_read Function module

Former Member
0 Likes
1,252

hi

i am creating custom RF transaction.

in that i am scanning Handling unit numbers and checking with vekp table.if it is true then i am passing this values to status_read function module, it is going to dump.

can anybody tell me what is meant by object number in status_read function module?

am i passing any wrong data?

thanks and regards

vennila.

2 REPLIES 2
Read only

Former Member
0 Likes
668

scanned no will be matched with EXIDV of VEKP table. but if i pass any EXIDV from VEKP it is going to dump.

Read only

former_member156446
Active Contributor
0 Likes
668

OBJNR is equivalent to VBAP-OBJNR or aufk-objnr

for a given order ( production order, purchase order, sales order) the order will be assigned with a unique number which is called object number. So if u have a OBJNR of Production order / work order it will be unique for each.

if you are testing the FM try giving the padding zeros, that might help.

the dump might be caused because you are giving some other number in the place of object number.

Award points if helpful