Warning: include_once(http://erpgenie.com/_borders/topabap.htm) [function.include-once]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/templates/rhuk_solarflare_ii/index.php on line 52

Warning: include_once() [function.include]: Failed opening 'http://erpgenie.com/_borders/topabap.htm' for inclusion (include_path='.:') in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/templates/rhuk_solarflare_ii/index.php on line 52
Home arrow Tips and Tricks arrow Dialog Programming arrow Modify your recording scenario
Modify your recording scenario PDF Print E-mail
User Rating: / 1
PoorBest 
Written by sasmito   
Monday, 19 February 2007

Sometimes we need to use recording added to our enhancement program. If the recording consists of a table control such as in VL31N and you need to select or deselect some line items ...

You could override the

PERFORM bdc_field command in FNAM variable, since this variable are passed as string you could use syntax CONCATENATE to override it. 

Example :

CONCATENATE 'RV50A-LIPS_SELKZ(' v2 ')' INTO v1.
 PERFORM bdc_field  USING v1 
                                  lips_selkz_05_022.

while the original looks like this :
  PERFORM bdc_field       USING  'RV50A-LIPS_SELKZ(01)'
                                lips_selkz_05_022.

Related Items:

Last Updated ( Tuesday, 20 February 2007 )
 
< Prev   Next >

Google Search

Google Ads


Warning: include(http://erpgenie.com/_borders/bottom.htm) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/includes/footer.php on line 22

Warning: include() [function.include]: Failed opening 'http://erpgenie.com/_borders/bottom.htm' for inclusion (include_path='.:') in /var/www/vhosts/erpgenie.com/httpdocs/abaptips/includes/footer.php on line 22