cancel
Showing results for 
Search instead for 
Did you mean: 

Flow control: Entry SAPMV45B, PORE, PX, * , * , * is missing in T185

Former Member
0 Kudos

Dear Friends,

Getting the below error while moving(Previous/Next) from one line item to other in VA02, VA03 at item level. Using ECC 6.0.

Flow control: Entry SAPMV45B, PORE, PX, *   , *   , * is missing in T185

I got some what similar errors details in SDN & Service market place. But could not find the correct note. Planning to contact SAP.

Looking for your advice.

Regards,

Irfan

Accepted Solutions (0)

Answers (2)

Answers (2)

bsivasankarreddy_reddy
Active Contributor
0 Kudos

hi

SAPMV45BPOREP0***P0POREENT10





T1
SAPMV45BPOREU0***U0POREENT10





T1

this stranded sequence  for programe sapmv45b ,

pl check the progarme sapmv45b, here at include   MV45BF0C,  in this include

move: leave      to t185v-leave,

*        status     to t185v-status,

*        ctitel     to t185v-ctitel,

*        para1      to t185v-para1,

*        para2      to t185v-para2,

*        para3      to t185v-para3,

*        para4      to t185v-para4,

*        dunkel     to t185-dunkel,

*        folgefcode to fcode.

*

*

*  if winx2 ne 0 and winy2 ne 0.

*    call screen dynpro starting at winx1 winy1

*                         ending at winx2 winy2.

*  else.

*    call screen dynpro.

*  endif.

*

*  move: fcode to folgefcode.

ENDFORM.

*&---------------------------------------------------------------------*

*&      Form  DUMMY_SAPMV45B

*&---------------------------------------------------------------------*

*       Dummy-Routine zwecks gemeinsamen Datenraums

*       wg. r185d

this logic comet or un comment , normally this is comment , system not check the table t185

but your process system will check the t185 table, this logic ,

dunkel     to t185-dunkel,

comment this logic then you will check

and also connect your abap consultant , then it will sloved


former_member184065
Active Contributor
0 Kudos

Hi,

Firstly go to SE16 and check in T185 Table data are coming properly or not. Also check in SE80  and check whether SAPMV45B program   whether flow is happening or not

I think ,May be Line items of the Sales Area is different.Please check once again that line Items Sales area.

If you have any doubts please let me know.

Thanks,

Naren

Lakshmipathi
Active Contributor
0 Kudos

Narendra

Your first para has been copy pasted from here

Please dont ever ever do this as you will land up in problem.  Try to give suggestions on your own.

G. Lakshmipathi