Payment card retrieved from customer master?

hi gurus,
i am using payment card processing. i want to know why i can only manually input card type and no in sales order although i have maintained the information in customer master. can anyone kindly tell me how can i set to enable auto retrieving card type and no from cutomer master into sales order? thanks a lot.

Hi Daniel,
i guess you havent missed any config and the payment card details wont copy to sales order by default. I am also working payment cards. Reason why it isnt set in config is, we may want to input a different card number at the time of sales order / or want to use two cards to authorize a sales order / or if one of the cards has expired or invalid then i want to input a second card info.
Still if you want to pull in the info from customer master you may check with userexit_field_modification.
let me know if you have more queries on payment cards.
regards
sadhu kishore

Similar Messages

  • Copy Credit Card details from customer master to Sales Order automatically

    Hi all,
    We would like to have the Credit Card information created in customer master to be copied in to the Sales order when we select the SP/SH..in the SO
    I request your input on how to set this...( as of now..we need to go to Header--> payment cards and then select)
    Note: customers do not have option of multiple cards .therefore the card info is defaulted in the Customer Master.
    Thanks you
    Ravi

    I could do it from the Header of Sales order

  • Error while creating money market transaction - payment details not retrieving from BP master data.

    Hello friends
                      I have error while creating financial transaction. Payment details are not retrieving from BP master data to creating financial transaction screen.
    No payment details entered for transaction
    Message no. FTR0030
    Please advise to set off this.
    Thanks & Regards
    Swami

    Dear Swami,
    Please select one payment details in Business partner and use assigned tab from top selection parameter from standing instruction to assigned bank details to product type.
    It will open other window like above example for each product of treasury, then assign bank details to product. Once assigned and save.
    System will pick payment details in deal automatically based on business partner.
    Hope this solve your issue.
    Regards,
    Jain
    Message was edited by: Jain Varghese

  • Copy mode of payment from customer master data to sales order,

    Hi Gurus,
    Hope all is fine.
    I have a small doubt. If we want to transfer the mode of payment from customer master data to sales order, do we have to use Exit- MV45AFZZ.
    Can't we transfer the data without the exit?

    Hi,
    I have tested this in sand box.Thought the customer master is having payment method ( payer ) ,It is not copying from customer master to sales order but if you maintain manually in sales order ,it is copying into billing document level.FYI see below snap shot.
    Note:If you want it from customer master into sales order,may be you need to take help of abaper on this.
    BR's,
    Naren

  • Payment terms based on specific dist.channel, division and Plant but not from customer master.

    Dear All
    I have a requirement,
    Generally payments terms from customer master will flow to sales order. but here my requirement is to get a different payment terms based on specific distribution channel, division, customer  and plant those are there in sales order but not from customer master. is there any user exit or functional module to fulfill this requirement, or any other suggestion appreciated.
    Thanks,
    Reddy

    This Problem you can solve without user exit too.
    The Customer master data itself can solve the problem.
    You can maitain diffrent Payment Term as per the sales area (Dist.Ch+Div+S.org) of customer master.
    and each sales are wise u can change the plant also.
    You just need to set your logic with the combination of sales are and plant. And need to assign which payment term should determine to sales order.
    If you are rasing sales order with X sales area relavent to that payment term will trigger.
    Hope above logic will work, otherwise you can go with user exit.

  • Ship-to Party details- not from Customer master

    Hi all,
    I need to fetch ship to party details for SO and those details should not be from Customer master(order specific including name, location and region)
    For that  I am using following code.
          SELECT vbeln
                 kunnr
                 adrnr
                 parvw
            FROM vbpa
            INTO TABLE it_vbpa
            FOR ALL ENTRIES IN it_vbak
            WHERE vbeln = it_vbak-vbeln
            and   posnr = '000000'               "Header line partner details
            AND parvw = 'WE'.
          IF NOT it_vbpa[] IS INITIAL.
            SELECT addrnumber
                   name1
                   location
                  region
              FROM adrc
              INTO TABLE it_adrc
              FOR ALL ENTRIES IN it_vbpa
              WHERE addrnumber = it_vbpa-adrnr.
          ENDIF.
    Am I doing it in correct way or am I missing something here?.  Please suggest.
    Regards

    Hi,
    It seems you are retrieving partner detials at header level of a SO. Code seems to be OK.
    Let us know if you have further issues. Thanks.

  • Mapping Sales dist from customer master to 0SD_C01 infocube

    Dear All,
    I have a requirment of mapping Sales Dist ( 0SALES_DIST )  from Customer Master ( 0CUST_SALES ) into report based on Infocube Billing Condition Value ( ZSD_C01 ) . i.e. report should show Sales dist data fro customer master and not from transaction data.
    The infocube ( ZSD_C01 ) contains sold to party ( 0SOLD_TO ) which can not be mapped to 0CUST_SALES .
    Is there any solution for this.

    Dear Alex ,
    When I am doing remodeling to Add 0CUST_SALES in Customer Dimenssion and  using 1:1 maping with characteristics of 0SOLD_TO option . system is giving following error. 
    Characteristic 0SOLD_TO does not have all compoundings of 0CUST_SALES
    Since 0CUST_SALES is compounded with Sales Area  remodeling doesn't work in spite of having all characteristics of Sales area in the infocube.
    Is there any other way to replace the data.

  • How to Copy Sales Text Data from Customer Master to Sales Order.

    Hi SAP Guru's
    I have Completed Configuration for Central Text for Customer Master for two texts 1)Additional Attachments 2) Wooden Packing
    I got these two fields in Customer Master.
    I need these data to be copied from  Customer Master to sales order. But i am unable get these two in to sales order.
    Steps which  I have done for Text Determination.
    1) Text Id in for Text Object KNA1
    2)Placed Text Id  in Text Procedure  and assigned   this procedure to Customer Account Group.
    Could you please advice me
    Thanks in Advance.

    Text Control
    In this IMG activity, you define the rules for text determination. You must carry out the following steps:
    Select a text object and define the rules for text determination for this object. Text objects are, for example, the sales texts in the customer master record or the sales document header.
    Define the permitted text types for every text object. If the text types contained in the standard SAP R/3 System are not sufficient, create new ones.
    Define the access sequences. This way, you define how the SAP System should determine the texts for a text type.
    Group the text types together in text determination procedures. The SAP System then proposes the text types from the procedure when you maintain a customer master record or a sales & distribution document. The search for the respective text is carried out using the access sequence which you have stored for each text type in the procedure.
    Allocate the text determination procedures so that a procedure applies to the following criteria in each case:
    account group customer
    sales & distribution document type
    item category

  • Text from customer master to delivery header

    Hi Experts,
    Here we have a requirement, Text what we maintain in the customer master (like Shipping point address) text need to be trigger at Delivery header,
    1) Is it possible in standard text determinaction or we need to go for any user exits?
    2) If we want to use user exits what are the user exits we have to copy the data from customer master to delivery header.
    NOTE: Client doesnt want to use the text from sales order or scheduling agrements.
    Please help me to fill the requirement .
    best regards,
    chiranjeevi

    Hi Chiranjeevi,
    It is possible to achieve this with standard text determination procedure itself.
    Goto transaction VOTXN and in the "Delivery --> Header" create a new access sequence with the Customer Master Text IDs (like the ID which contains the Shipping Point address) from which the text is to be selected. Once done, create or make use of an existing text determination procedure available under Delivery Header and then assign the access sequence to the Delivery Header Text ID into which the Customer Master text is to be copied. Maintain additional settings as necessary. This will ensure that the text from customer master is directly copied over to the delivery header.
    There are many documents already available (search in Google) to explain the text determination process if you need help with the same.
    Regards,
    Som

  • Output proposal from customer master in 4.7

    Hi
      I'm trying to find configuration nodes in spro for <b>output proposal from customer master</b> in SAP R/3 4.7. Strangely it is not where it is supposed to be i.e.
    SD>Basic Functions>Output Control
         I tried by searching but unable to find it. However I found out that you can assign output determination procedure in define account groups.
          Please help me in finding the correct node or the t-codes for maintaining output procedure for output from customer master. Kindly note that I am looking in <b>SAP R/3 4.7</b> version.
    thanks in advance
    Koustav

    Output proposal from the customer master record
    IMG&#61664;SD&#61664;Basic fncs&#61664;Output&#61664;Output determination&#61664;Output proposal from the customer master record, Define output
    In this option one creates output types, such as BA00 (order confirmation). After creating the output type, one assigns the output type to an output procedure, such as DB0001. After the assignment of the output types to the procedure, the output procedure is then assigned to the customer account group. This is a simple procedure and results in the output that is placed on the customer master record being copied into the sales document.

  • Need to pull postal code in SO from customer master instead on postlcd/city

    I want  postal code to be pulled in sales order - partners tab for  bill to party from customer masater/ under PO box adress.
    Currently it is pulling postal code/city from customer master/ under street address.
    Is there any standard con-fig available for same ?
    please reply,
    Thanks and regards,
    Sujit

    normally not but in asset reporting there seems to be a relation between structure and report-name (not tcode)
    go to tcode se11 and search for structures with search term FIAA_SALVTAB* and you'll find some structures.
    The last part of the name (RABEST, RABEWG ) is the link to the report (RABEST01, RABEWG01)
    hope that helps
    Andreas

  • Pulling Over/Under delivery Tolerances from Customer Master into CMIR

    Is it possible to pull the over/under delivery tolerance values from the customer master info the CMIR?  I don't understand why the delivery priority flows from the cusotmer master to the CMIR but the Over/Under Tolerances do not.  I've looked at SAPMV10A ... it looks like I might be able to use an enhancement spot to add the necessary logic but I've not used this type of user exit and I'm not sure if there is a better solution (like some configuration that I'm missing ???)  Any advice would be appreciated.  Thanks!

    Hi Mallisa,
    I tried creating a CMIR record and both Delivery Priority and Over/Under Delivery tolerance were copied in CMIR record from Customer Master.
    BR,
    Anshul Chohan

  • Output determination from customer master

    Hi,
    I am working in ecc6.0,
    i want the output deterrmination procedure should be carried from Customer master.
    For this i want to create a new output determination procedure which i can assign to Customer account group.
    Can any one please tell me the path to define this output determination procedure.Because it is not available in basic function.
    So that i can assign to account group.
    thanks

    Hi Friend
    For Output Detn. following are necessary the steps
    1.SD> BF>Output Control>O/P Detn
    here define Po det Proc for Sale Doc or Billing Doc ,
    a.Selct O/P Type (Maintain Program & Routine)
    b.maintain Acc Seqn
    c.MaintainO/P Det Procedure & Assign to Sale Doc Type.
    If you still have issue witn .
    Check out Comm Strategy & Print Paramets too.
    Thanks
    Saurabh

  • How to synchronise contact person data from customer master to Bus partner.

    Can someone please explain how we can synchronize contact persons from customer master to business partner data.
    Are existing contact persons of customer are automatically created as Business partners(persons) when we do the synch.
    Can MDS_LOAD_COCKPIT be used for this purpose.
    I have some existing customers whose contact persons data is not already reflected in BP. How can I do that.
    Please help.
    Thanks-Donny

    Hi,
    I think the BP data will change with the changes in the critical fields of the customer master. Try chaning certain fields in the customers where you want the data to be updated. Hope that will work. Other wise you need to look out to do a mass update on the BP.
    Best Regards,
    Jagadeesh
    Edited by: Jagadeesh G Chary on Feb 1, 2012 7:34 AM

  • Partner functions directly from Customer master to Billing Header

    Hello all,
    We need to copy some partner functions from customer master record directly into billing header. we need to do that to avoid billing split.
    For example, we have partner function Sales Agent in customer master. We need this function in invoices... but if we change sales agent assignment for a lot of clients, now, we need to change a lot of sales order to avoid invoice splits...
    Is it possible?
    Thank you very much.

    Hello Jose,
    if the partner is already present in the previous sales order, then it is copied to billing document.
    No possibility to get it directly from master data.
    If it is OK for the business, you could put the Sales agent in the item partner procedure of the billing document (and remove it from header partner procedure). In this way there is not a billing split.
    Best regards,
    Ivano.

Maybe you are looking for

  • Has anybody captured an error frame occurence with CAN driver version 2.2

    I was very excited about the appearance of the Comm Error Frame Type in version 2.0 of the driver. I have a Series 2 card and was working with the CAN driver version 2.2 to attempt capture error frames with an in house written tool. Currently we have

  • How to get ownership of webdav documents?

    I am using xdb to allow users to upload text files to the database using webdav. I then pick up the content of the files, parse them and insert into various table using PL/SQL. Is there any way to find out who uploaded the files? getAclDocument() doe

  • EPCM proxy undefine

    Hello , I am getting this error while excuting the iview in RS_TEMPLATE_Maintian program. I have seen the library where it says epcfproxy.js need to be included in the portal.. Can any one help me where this statement need to be included in the java

  • Palm Desktop 6.2

    I have used Palm desktop for 3 months.  Recently, I cannot open the desktop.  I get this error message, "Palm™ Desktop by ACCESS Application has encountered a problem and needs to close. We are sorry for the inconvenience."  The error signature is "A

  • Why is vpn turning itself on on my iphone?

    The VPN is turning itself on on my iPhone 4. I didn't turn it on. I never set one up. I turned it off six times. Then I turned the phone off and restarted  it. It came back on. So then I hard restarted the phone, and it came back on once. I turned it