GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  SAP R/3
Go To First  |  Previous Question  |  Next Question 
 SAP R/3  |  Question 6 of 175    Print  
there is SSN field and i just want to show last four digit on SAP Script? e.g. 123-45-6789 so i want xxx-xx-6789 how can i do that?

  
Total Answers and Comments: 1 Last Update: April 02, 2006     Asked by: Dhwanit 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 02, 2006 06:05:13   
raj        

RE: there is SSN field and i just want to show last fo...

jsut get length of that field

i.e

len strlen(ssn).

suppose len 10.

len len - 4.

then print like.

move ssn+5(len) to v_ssn.

finally print v_ssn.


 
Is this answer useful? Yes | No

 Related Questions

There is SSN field and i just want to show last four digit on SAP Script? e.g. 123-45-6789 so i want xxx-xx-6789 how can i do that?
Read Answers (1) | Asked by : Dhwanit

When you add a screen field to customer master(XD01) ,what is the purpose the screen fieldCould please explain
Read Answers (1) | Asked by : somi reddy

How to add custom fields in MM? 
View Question | Asked by : ccori

What are field symbols and field groups? 
Latest Answer : Field Symbols: Field symbols are symbolic names for various fields. They can point to any data object. it is same as dereference pointers in C. They are idebntified in the program code.Syntax: FIELD-SYMBOLS [| STRUCTURE ...


 Sponsored Links

 
Related Articles

Recording Test Script With WinRunner

How To Use a Wizard to Record a Test Script With WinRunner If you have a script that you want to convert with WinRunner, you can use the DataDriver Wizard to transform the script into a test that is driven by data. For instance, if you want your test script to include things such as checkpoints or v
 

WinRunner Script Design Tips

Scripts play an important role in the function of WinRunner. Those who wish to successful with this program will need to learn how to properly create scripts. In this article, I will provide you with a number of useful tips for script creation. The first tip of script development is to always place
 

VB Script - How to use VBScript with Forms

VB Script How to use VBScript with Forms In this tutorial you will learn about How to use VBScript with Forms Introduction How to do validate your Forms and Conclusion mosgoogle Introduction Now this is the last topic of the tutorial and you will learn how to validate and submit the data to the web
 

VB Script - Controlling VB Script Routines

VB Script Controlling VB Script Routines In this tutorial you will learn about Controlling VB Script Routines Introduction VB Script Description If then else Select Case Looping Statements For Next For Each Next Do loop Do While Do Until While wend and Conclusion mosgoogle Introduction Every program
 

Working with Objects in VB Script

VB Script Objects with VB Script In this tutorial you will learn about VB Script Objects with VB Script Introduction How to Add Objects to your web pages How to Add Objects to your Web Pages and How to link Vb Script with Objects mosgoogle Introduction Objects which are in the form of ActiveX contro
 

VB Script - Working with Variables

VB Script Working with Variables In this tutorial you will learn about VB Script Wroking with variables Introduction Description Naming Conventions Variants and its sub types How to Assign values to a variable What is the scope of a variable Constants Arrays and Conclusion mosgoogle Introduction A v
 

VB Script Tutorials- Introduction

VB Script Introduction Vb Script tutorials will be covered in the following topics which are given below What is VB Script Working with Variables Objects and VB Script Controlling VB Script Routines Using VB Script with Forms In this tutorial you will learn about VB Script What is VB S
 

Breaking Into Your Field Of Interest With Education And No Experience

Breaking Into Your Field Of Interest With Education And No Experience Getting a job after college can be a scary experience for just about everyone especially if you have little or no experience in your field of interest However just because you do not have experience in your field doesn’
 

Oracle Apps Implementing Key Flex field and Descriptive Flex field

Oracle Apps 11i Tutorials Implementing Key Flex field and Descriptive Flex field This tutorial tells you about implementation and other features provided in the implementation section mosgoogle Implementing Flex fields Key Flexfield The basic steps in defining a key Flexfields are as given below You
 

Swing Extreme Testing - Getting the Text of a Text Field

Getting the Text of a Text Field The method is getText and there is a variant to retrieve just the selected text mosgoogle geshibot language Java 5" ... from UI Safely read the text of the given text component. public static String getText JTextComponent textComponent return getTextI
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape