Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2106

Re: Exit Problem of Co11n?

$
0
0

Hello,

 

But there is no use of BWTAR i.e valuation type .

I am looking for movement type.

 

Well, I have found both my fields in exit and code .

 

Problem is  How to get value of Backflush in exit .

code is as -

 

TABLES: mseg.

TYPES : BEGIN OF t_final,

         bwart TYPE mseg-bwart,

         aufnr TYPE mseg-aufnr,

         END OF t_final.

 

DATA: it_mseg TYPE STANDARD TABLE OF mseg,

       wa_mseg TYPE mseg.

 

DATA: it_final TYPE STANDARD TABLE OF t_final,

       wa_final TYPE t_final.

 

SELECT AUFNR BWART INTO CORRESPONDING FIELDS OF TABLE it_final FROM MSEG

WHERE AUFNR = CAUFVD_TAB-AUFNR AND WERKS = CAUFVD_TAB-WERKS.

 

LOOP AT it_final INTO wa_final.

IF wa_final-bwart = '261'.

   IF CAUFVD_TAB-RGEKZ = ''.

   MESSAGE 'Back Flush is Null' TYPE 'E'.

ENDIF.

ENDIF.

ENDLOOP.

 

 

 

 

 

karan


Viewing all articles
Browse latest Browse all 2106

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>