NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

DATA: w_export LIKE LINE OF tc_fx-cols.
DATA : lv_flag TYPE c.


CLEAR:gs_zsgtsftr_daylock.
"" Trader and Group Validations Display and change
SELECT SINGLE zgrp, zgrp_check
FROM zsgtrmtr_group
INTO @DATA(ls_zsgtrmtr_group)
WHERE zgrp = @gv_grp.
*SORT gt_tr by ztcode.
*{ added by ameya on 07.01.2021 to use assign instead of read.
ASSIGN gt_tr[ ztcode = gv_trcode ] TO FIELD-SYMBOL(<temp8>).
*}
* READ TABLE gt_tr INTO gs_tr WITH KEY ztcode = gv_trcode. "" BINARY SEARCH.
IF sy-subrc = 0.
gs_tr = <temp8>.
"Treasury Additions to User Master
SELECT SINGLE bname, rdealer
FROM at100
INTO @DATA(ls_at100)
WHERE rdealer = @gs_tr-ztrader.
ENDIF.

CASE ls_zsgtrmtr_group-zgrp_check.
WHEN 'X'.
LOOP AT tc_fx-cols INTO w_export.
IF w_export-screen-name <> 'GS_DATA-MARK'.
w_export-screen-input = c_0." Added by saurav on 17.08.2021 Scope 4000013164 to replace constant with string
MODIFY tc_fx-cols FROM w_export.
ENDIF.
ENDLOOP.
CLEAR : w_export.
PERFORM disable_all.
WHEN OTHERS.
IF ls_at100-bname <> sy-uname.
LOOP AT tc_fx-cols INTO w_export.
IF w_export-screen-name <> 'GS_DATA-MARK'.
w_export-screen-input = c_0." Added by saurav on 17.08.2021 Scope 4000013164 to replace constant with string
MODIFY tc_fx-cols FROM w_export.
ENDIF.
ENDLOOP.
CLEAR : w_export.
PERFORM disable_all.
ELSE.
LOOP AT tc_fx-cols INTO w_export.
w_export-screen-input = c_1." Added by saurav on 17.08.2021 Scope 4000013164 to replace constant with string
MODIFY tc_fx-cols FROM w_export.
ENDLOOP.
CLEAR : w_export.
PERFORM enable_buttons.
SET PF-STATUS '111'.
ENDIF.
ENDCASE.
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.