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

Re: Restrict file size of document in FB03

$
0
0

Hi Suresh,

Thank you for the valuable input at the line no. 15 i can see the below code in the method execute

 

IF lp_attachment IS INITIAL.  ------------ this is line no. 15

   
MESSAGE s042(sgos_msg).

 
ELSEIF ls_object-objkey IS INITIAL AND  ---

    
NOT lp_attachment IS INITIAL.

    ls_attachment
-instid = lp_attachment.

    ls_attachment
-typeid = 'MESSAGE'.

    ls_attachment
-catid = 'BO'.

   
APPEND ls_attachment TO gt_attachments.

 
ELSE.

   
MESSAGE s043(sgos_msg).

   
RAISE EVENT commit_required.

   
RAISE EVENT service_succeeded

     
EXPORTING eo_service = me.

 
ENDIF.

 

If you can give  piece of code i would be helpfuly in solving this issue. please give the code .

 

Thanks & Regards

Syamala


Viewing all articles
Browse latest Browse all 2069

Trending Articles



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