Reg BAPI_CUSTOMER_CREATEFROMDATA1 .. plz hep me...

I am using BAPI_CUSTOMER_CREATEFROMDATA1 to create customer in 4.7
I am populating the mandatory fields for this BAPI:
PI_PERSONALDATA
PI_COPYREFERENCE
TITLE_P element in PI_PERSONALDATA is populated with relevant data by checking the contents of table 'TSAD3T' it is internally converting that into Uppercase even if I am providing it as it is in contents of  Data base table.So when I execute I am getting following error message.
838-Invalid Form of Address Text.
But when I debug the same  n changed the content of TITLE_P  in subroutine SD_CUSTOMER_CHECK_1 to appropriate case and executed it. It created a customer.
Is there any way to handle this situation without changing the content of table TSAD3T.
Thanking you in Advance
Message was edited by:
        kvg mca

Hi Piyas,
Using the BAPI_CUSTOMER_CREATEFROMDATA1 is not recommended because this BAPI doesn't support a lot of fields that are needed to create valid customer master data.
Though, you are exploring the possibility with this BAPI, I'd like to mention that you may check Function Module documentation on this - use Ctrl+F4.
Please find below the mandatory inputs - though other fields are also important -
Thanks,
Kumar Saurav.

Similar Messages

  • I just bought 200 gb storage for my phone and it still says i cant download apps because "theres no enough storage" i dont get why, plz hep me out!!!

    i just bought 200 GB storage for my phone and it still says i cant download apps because "there's no enough storage" i don't get why, plz hep me out!!!

    It means that you need to delete content from the device before you can add more.
    (115750)

  • New to java plz hep me

    hello all,
    i'm new to java. i need to know answers to these questions..
    1.     What is the purpose of CLASSPATH? How �classpath� is used by �java� and �javac�?
    2.     What is the purpose of finally block?
    3.     What is �Ant�?
    4.     Explain the difference between abstract class and interface. When to use an abstract class and when to use an interface?
    5.     What is the purpose of �Xms option of �java�?
    6.     What is the main difference between java.util.Date class and java.util.Calendar class?
    7.     What are the differences between wait and sleep methods?
    8.     What is the advantage of using ArrayList over Vector?
    9.     Explain the word �casting�
    could u plz help me.. i need them very much..

    1.     What is the purpose of CLASSPATH? How �classpath�
    is used by �java� and �javac�?Classpath is the paths along which javac or the jvm searches for classes to load.
    2.     What is the purpose of finally block?Cleanup if something went wrong
    >
    3.     What is �Ant�? Ant is a preprocessor, kinda like .bat files.
    >
    4.     Explain the difference between abstract class and
    interface. When to use an abstract class and when to
    use an interface?You should really google this. It's hard to answer this in 1 line
    >
    5.     What is the purpose of �Xms option of �java�?Increase the java heap size
    6.     What is the main difference between java.util.Date
    class and java.util.Calendar class?RTFM http://java.sun.com/j2se/1.5.0/docs/api/
    >
    7.     What are the differences between wait and sleep
    methods?sleep sleeps. Wait and Notify work together in multithreaded apps.
    >
    8.     What is the advantage of using ArrayList over
    Vector?It is faster
    >
    9.     Explain the word �casting�In the harry potter sense of the word?
    Object o = "hi";
    String s = (String) o;

  • Function module for getting Vendor Address details

    Hi,
    Im new to this group,and new to ABAP
    plz hep me out by solving ABAP Query...
    i want to generate a report for getting Vendor Details
    like Vendor address,Ph num and Email
    input fields are Company code,country key and Account Group.
    im Using Smart Forms for this..
    but im not getting the Exact Function module to get All Required Details..
    regards
    Smitha

    thanks for ur quick reply...
    SELECT SINGLE LIFNR
      FROM LFB1
      INTO V_LIFNR
      WHERE BUKRS EQ V_BUKRS.
      CALL FUNCTION 'VENDOR_READ'
        EXPORTING
          i_bukrs         = V_BUKRS
          i_lifnr         = V_LIFNR
        EXCEPTIONS
         NOT_FOUND       = 1
         OTHERS          = 2
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    this is the code i have written...
    but my problem is there no table in the Function module....
    for Example...
    CALL FUNCTION 'QPAX_PLMKB_READ_FROM_PLKO'
        EXPORTING
          i_plnty            = 'Q'
          i_plnnr            = V_PLNNR
          I_PLNAL            = V_PLNAL
          i_sttag            = V_DATUV
       TABLES
        T_PLMKB_TAB        = IT_TAB
    i want the function modules with tables and proper input...

  • Billing doc cancelled

    Dear Friends,
    We are facing a major issue which is as follows:
    A bill doc was cancelled. The doc flow of the original billing doc shows:
    Delivery (Archived)-> Sale Invoice (Completed)-> A/cing doc (Not Cleared)
    The cancelled doc is not coming in the above doc flow. What can be the reason that cancelled doc is not coming in the doc flow?
    On the other hand the doc flow of the Cancelled doc shows:
    Delivery (Same as above) (Status Archived)->Cancel Inv (S1) Status- Missing export data. (Transaction is domestic). Here also the original bill doc is not coming in the doc flow of S1. However the original doc is coming in the Assignment field in the header of S1. Again what can be the reason? We also want to clear the A/cing doc of the original Billing document. How is this possible?
    Is there any T.Code for displaying J1ID?
    Plz hep to solve these issues.
    Thank you very much.

    Go to VA03, key in the sale order reference and check the document flow.  Let me know whether you could see the original billing document that was cancelled.  If not, check in copy control whether you have ticked the box "Update document flow".
    Is there any T.Code for displaying J1ID?
    What do you mean by this ??  J1ID itself is a standard TCode.
    thanks
    G. Lakshmipathi

  • Ora-00604:error occurred at recursive SQL level 1 and Ora-04023

    hi all
    i am using oracle linux 5.5 and oracle Database 11g R2 while shutingdown the database i am getting
    the following errors.
    SQL> shutdown immediate;
    Ora-00604:error occurred at recursive SQL level 1
    Ora-04023: object select count(*) from reg$SQL>plz can anyone help me out?

    Couple of questions related to this issue:
    1.Is there anything in alert log. Post last 50 lines from alert log.
    2.Is there any trace / log generated by Oracle ?
    3.What is Memory_Target parameter value ?
    4.What is value of statistics_level parameter ?
    5.Did you perform any failed upgradation ?
    6.Are there any invalid objects in database ?
    Generally ORA-00604 is related to insufficient size of shared pool. Now, i am googling how to get a proper value of shared pool size ? I got that there is a view v$shared_pool_advice which will tell me the answer of this question. Ok, it means now question is how do i get the proper value of shared pool from v$shared_pool_advice; i mean how do i interpret this v$shared_pool_advice view ?
    No problem docs are there to answer this question : (How i got this link ? Open a new page---http://tahiti.oracle.com---selected 11.2 docs--in the left hand sided there is a search text box i entered v$shared_pool_advice and i got couple of links)
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17110/dynviews_3037.htm#REFRN30239
    I will read these links and now i will query this and DBA_HIST_SHARED_POOL_ADVICE views, interpret the values. Ok, but what about my original question i.e. ORA-00604 and 4023 ? If i am at this stage, understood all the values, it means now i can understand the meaning / sense of resizing of shared pool.
    ALTER SYSTEM SET statistics_level=TYPICAL SCOPE=SPFILE;
    You can monitor V$SGA_RESIZE_OPS to identify the range of values that Oracle is automatically resizing the DB_CACHE_SIZE and SHARED_POOL_SIZE components to. Then, pick an appropriate minimum value based on the range. There's no "magic formula". But V$SGA_RESIZE_OPS shows the sizes that Oracle has been automatically been resizing the SGA components to. The Buffer Cache Advisory section of the AWR report or V$DB_CACHE_ADVICE, V$SHARED_POOL_ADVICE, V$SGA_TARGET_ADVICE and DBA_HIST_SGA_TARGET_ADVICE are views that provide advisory information as well. Hemant @ SGA_MAX_SIZE and SGA_TARGET how to set minimum for pools
    So, these are the baby steps if i ever gets ORA-00604 and ORA-04023 on my test database. Do all these and feel free to post the next doubt, i am sure you will get the correct answer.
    Regards
    Girish Sharma

  • Itunes has stopped working-error on windows 8

    Hi all,
    I had recently purchased a laptop with windows 8 on it.
    I had installed itunes and when I am trying to open it is says
    ITUNES HAS STOPPED WORKING. WINDOWS IS CHECKING FOR SOLUTION.
    I dont know what to do. I tries to uninstall and install it again but I got same error again and again.
    Can U plz help me what to do to make my itunes work.
    Thanks in advance...

    Can anyone plz hep me

  • Unable to print Remarks field from InBank book & Cash Book Reports

    Hi,
    for this bankbook and cashbook reports, we are using Financial Reports-> Accounting -> General Ledger
    in this General Ledger Interface, "BP and Accounts" are two types. For both of modes, i am using same PLD Report.
    I draged the Outgoing payment Remarks  and Incoming Payment remarks  on the Report, but i am unable to see the Remarks data on the report. when i drag the "Journal Remarks" field it is displaying on the report.
    -How to bring the "Outgoing Payment and Incoming Payment Remarks " in General Ledger (Bank book & Cash Book)
    - for bank book and cash book,   General Ledger is the right Report or any other?
    plz hep me asap. urgent.
    Regards,
    Nagababu

    I don't think you would be able to add Outgoing payment Remarks and Incoming Payment Remarks to this template. They are neither available for display nor is the OVPM or ORCT tables available to be added as a table to the PLD.
    Suda

  • New to ABAP -- Need help with any BAPI to update the vendor master record

    I have a requirement to update the vendor master record ( ie purchasing block data inlfa1 and lfm1 table )directly. i have created the report but my problem is i am updating tables directly by using modify which is not correct according to SAP hence i want to use bapi whereby i can change the fields of the table. does anyone know any bapi which can modify the lfa1-sprem field and lfm1-sperm field. Plz hep me. They have specifically asked me to do it using BAPI's.

    MAP2e_lfa1_to_bapivendor_04
    MAP2e_lfa1_to_bapivendor_05
    will be helpful

  • Nokia N86 software problem with internet

    in n86 mobile cannot change destination setting
    i tried many method but destinaton setting cannot be chage.
    plz hep me to solve this problem

    Check that destination not in use currently. Change to offline profile and try editing it again.

  • Classpath and path of jdkjdk-1_5_0_09

    hi
    i have installed c:\progrmaefiles\java\ jdk-1_5_0_09 on my pc but i m not able set systemenvironment variable like PATH and CLASSPATH .i tried lot of option but it does not work so plz anyone help me out.i m using windows Xp operating system. when i m running any java programe i m getting error " Exception in thread "main" java.lang.NoClass.DefFoundError.plz hep me out.
    thx manu

    That's CLASSPATH, not PATH.
    Without seeing your exact directory structure and the exact command you're runing, nobody can give you specific advice. Here are some explanations of how it works, though.
    Javapedia: Classpath
    How Classes are Found
    Setting the class path (Windows)
    Setting the class path (Solaris/Linux)
    Understanding the Java ClassLoader
    java -cp .;<any other directories or jars> YourClassNameYou get a NoClassDefFoundError message because the JVM (Java Virtual Machine) can't find your class. The way to remedy this is to ensure that your class is included in the classpath. The example assumes that you are in the same directory as the class you're trying to run.
    javac -classpath .;<any additional jar files or directories> YourClassName.javaYou get a "cannot resolve symbol" message because the compiler can't find your class. The way to remedy this is to ensure that your class is included in the classpath. The example assumes that you are in the same directory as the class you're trying to run.

  • F110 Isuse

    Hi Guru's
    i  want to  use Vendor payment transaction F110 with this additional functionality  saying that able to edit vendor payment proposals in USD currency.
    and laso how to active house bank which is not in not active?
    value points will be assigned
    regards
    sunitha

    Hi,
    You cannot edit Payment Proposals in Autoamtic Payment Trxns and reg., House bank data you can change it in the XK02 Trxn code.
    Reg,
    Ashok
    Plz assign if its helpful.

  • ERROR IN DELETING PERSON-------------

    HI TO ALL
    HOW TO DELETE PERSON : WHEN I DELETED ERROR IS : CHANGE FOR PERSON 00000010 EXTENDS TOO FAR INTO PAST..PLZ HEP ME HW TO SOLVE THIS.
    THNX IN ADVANCE
    REGARDS,
    PRATHIMA

    Hi Prathima,
    Check out the transaction code - PU00 ( Delete personnel Data).
    But, we should not delete the personnel no. and it is not advisable at all.
    Gud Luck
    Bhaskar

  • How to detect red frame in a series of images using web cam?

    hey i am a new use of lab view(8.2 n 8.6).kindly ca any1 help me out in red color detection in a series of frames being capture by a usb web cam.i have done the grabbing thing but dont knw what to do now.plz help me out. basically i hve to do the following things:
    1 )the camera is continuously making video
     2)the moment a red color or red frame comes across the camera the camera is programmed such that it will capture that red frame. and display that captured frame
    plz hep me out.i need serious help.
    i am attaching a vi that is grabbing the images and then xtracting the red color info n thn displyaing its intensities rows and coumn wise on a graph.here i have used a guassian surface to locate the red color.
    Solved!
    Go to Solution.
    Attachments:
    giving intensity of red color.vi ‏78 KB

    hey,i have made the code plz chk it and do rep soon as ma project sbmission date is very near =((
    i am snaping an image from the web cam then comparing it with the red colored jpg image made in paint.
    the jpg image is converted  to give input image to imaq match vi.but after the comparison it gives the same output.
    on the front pannel the snapped image is displayed,the red colored image that is converted in to its respective pixels is displayed and the image that is obtained after cheking the image in the draw fails vi...the pic converted to pixels is all the time displayed.and the pass/fail icon always denotes one pass led on..plz chk the code =((.
    also can u provide me some guide line for using thr hough transform for the red color detection in lab view..i dont have to import the matlab code..i have to purely make it using the lb view libraries.
    also one more request pl rep me regularly as i really need your golden piece of advice for ma success.
    thnx
    Attachments:
    picture to image(BY ME).vi ‏102 KB
    untitled.JPG ‏3 KB

  • Excise PART 1

    Dear friends,.
    After MIGO with Capturing excise option when i see part 1 entries through J1IEX Display, the PART 1 VIEW is not appearing, and Part 1 enteries are not getting updated, I Checked  in JI1D-CENVAT Determination, bouth input & output material have been maintained,

    Check J1IEX T code in Display mode (with Excise Invoice No)
    then u will be able to see Part 1 Entries.
    You can not see Part 1 Updated once you posted the J1IEX.
    you can see it in only Display mode.
    Reg,
    Ashok
    Plz Assign points if its Useful.

Maybe you are looking for

  • Unable to load LabVIEW VI into TestStand using LV Run Time only

    I'm unable to load some of my VIs into TestStand from LabVIEW.  I am using: TestStand 4.2.1 LabVIEW 2010 I have the appropriate patches installed for both TestStand and LabVIEW, and I still get the error. Attached is a message that I get when I hover

  • Unable to edit or add in contacts list ?

    Why am I unable to add or edit in my contacts list ?  Will I need to back up on desktop manager, wipe phone and start over?

  • Original display setting....resolution

    exactly that. I changed my display but now i don't know which resolution it was at before?

  • How to reset users and groups in Server.app?

    Recently after change settings in the Server.app (like turn off/on open directory, delete/add certificates), I got a strange problem: In the users and groups list, it display all local users and groups (looks like system users and groups, about 100 u

  • Sign in required - BT Home Hub 5 - Galaxy S5.

    Hi, I'm having a problem with my Home Hub and Galaxy S5. Whenever the WiFi disconnects from leaving the house, my S5 tells me "Sign in again" when I reconnect to my Home Hub. I click on the my Home Hub in the WiFi list, it connects perfectly and ther