Required field in R/3 but not in legcay (LSMW)

Hi,
I am working on LSMW. There are certain required field in R/3 which are not present in legacy. How do solve this problem ? What is the approach ?
Regards,
Rajesh

Hi Rajesh,
You can maintain data mapping and conversion rule in LSMW.
Please check this link for step 5 perhaps it may help.
http://www.ficoexpertonline.com/downloads/0703.doc
Regards,
Ferry Lianto

Similar Messages

  • Required field in custom content type not required in custom list instance

    I have an issue with a custom SharePoint 2013 solution. Among other components, it consists of:
    a feature with several custom fields with different types, some of which are taxonomy fields,
    a feature with three custom content types using different sets of the custom fields with partially different configuration, e.g. whether they are required or not,
    a feature with a custom document library template and instance using two of the custom content types and a default picture library that is programmatically customized when the feature is activated, e.g. it is assigned the third custom content type.
    When deploying the solution and activating the feature, everything is set up correctly except a single taxonomy field for one of the doc lib's content types. It is defined to be required in both content types but indeed it does not show up as required for
    the default content type whereas everything works fine for the other. And it does not matter which of the two custom content types is defined first (= default) in the list template's schema.xml, the issue always occurs for the same taxonomy field in the doc
    lib's default content type. When I use the built-in Document content type as default, the field is required for both custom content types. However, using the Document content type is not an option.
    If you think this behavior is not strange enough: When the list content type's field is set required through the SharePoint UI, it becomes optional again when the list column is updated, e.g. its display name is changed.
    Any ideas?

    Hi,
    Thank you for your question.
    We are currently looking into this issue and will give you an update as soon as possible.
    Thank you for your understanding and support.
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Spouse, Children fields from Outlook - syncing, but not displayed

    I discovered something rather curious, and am wondering if anyone has any more information about this.
    I use the Children and Spouse fields in my Outlook records. When I sync to iPhone, these fields are not shown. However, if I choose to "share a contact", it sends a vCard, which does include these fields! So the iPhone is clearly copying it over, but not displaying it? What's the point of that? I can understand a reluctance to make some fields uneditable, but storing them without displaying them?
    Also of note: the vCard does not include the Anniversary field, even though it does sync this and includes other fields in the vCard like Birthday. That looks like a bug to me. Anyone care to confirm?
    Thanks,
    Keith

    Hi,
    It depends what you require...suppose in the multiprovider you want the filed from the ODS then you should select the fiel from the ODS but if you want the filed to get the value from the navigational attribute then you should go fro the navigation attribute in the options.
    Navigation attribute will show up in the left if you have made them navigation in the cube as well.
    identification gives you an option to map the the multiprovoder fileds with the fields of the underlying infoproviders.....if you go for create recoomendations then it will chose the optimal mapping that is one to one mapping.....A to A etc...but in certain case you want A to map to B such as in sone cases shipt-to-party can take data from sold-to-party....depends upon the requirement.
    The options in the left gives you the char which will show up in the query and by selecting the char from the right from different inforproviders you actually defeine which filed from the infoproviders it should take data from.
    So just make sure that all the fields in the right which are going to show up in the query should get have the identiication from the different infoproviders and there respective char....a navigation mapped to a navigation....and a direct char to a direct char from the infoprovider.
    Hope it explains.
    Thanks

  • Additional text field in Infoset deleted but not reflected in field selection in Query

    Hi,
    I have deleted an additional text field in infoset. It was used in one query.
    Even in the query it is deleted, but when in field selection screen i am not able to delete.
    If i try to execute the query, I get dump (syntax error) saying in field type(additional field) doesnot exist.
    Can anyone pleassseee help me in this.

    Hi San,
    I am trying to understand. How could you separately delete an additional text field associated with a main field?
    Jogeswara Rao K

  • Require fields at time of booking (not before)

    I have a requirement to require certain fields before a sales order can be booked. However, my client does not want the fields required in order to just save an entered order.
    Does anyone have any ideas of how to accomplish this without customizing the form?
    I know I can get close with a form personalization with a condition of the order being booked. However, upon booking the order, the record is not booked and therefore, would only raise an error if the user requeried the order after it is booked.
    Thanks,
    Laura

    I was able to get the exact functionality in a form personalization using the OM_PRE_BOOK_EVENT as the trigger event and the following condition:
    :ORDER.BOOKED_FLAG = 'N'
    AND (${item.order.freight_terms.value} is null
    OR ${item.order.shipping_method.value} is null
    OR EXISTS (select 1 from oe_order_lines_all where header_id = :ORDER.HEADER_ID and (project_id is null OR task_id is null)))
    The action is type of message with a message type of Error.

  • InfoPath - Populating People/Group field works on Create, but not on Edit

    Hi- I have a scenario where there are a few data connections hooked up to a primary form. One of those data connections is connected to an assignment list. It consists of 3 columns (Warehouse(Text), Primary
    User(People/Group), Secondary User(People/Group). This list is meant to be a dynamic source that my main form uses to determine assignments. I have a button that pulls in the data from that list onto my form. I am assigning the DisplayName to my DisplayName,
    the Account ID to my AccountID and the AccountType to My AccountType. This works just fine when I go to create an item--> all values populate correctly, I can save my form with all of the newly brought in values.
    For some reason, every time I open the form after that and try to use the same button, the query runs as normal, but my people/group fields do not populate - assuming they are not already populated. I
    have validated that the rules are running and they are running with the values I want (I have written the values from the people/group fields to text fields and they appear to be correct).
    I did look at the SP logs and it gave me this: Failed to get SPGroupName from GroupID. Error Message: Group cannot be found. Callstack: at Microsoft.SharePoint.SPGroupCollection.GetByID(Int32 id) at Microsoft.SharePoint.WebControls.PeopleEditor.set_SharePointGroupID(Int32
    value).The StateManager is disposing and calling ReleaseLockedStates() (Count=0).
    Any thoughts? I have not gotten any errors when interacting with the form. I had to pull this from the ULS logs.
     Thanks, Jesse
    Jesse A. Brandenburg

    The rules go as following:
    1) Switch Views to a more specific view (less fields showing)
    2) Query Data Connection for assignments
    3-12) Set primary contacts
    This looks at my assignment list and based on the location sets the display name, account id and account type on
    my form, based on what exists on the other list
    *I have the same thing happening for 10 fields based on location.  I am using a filter for each one to identify the correct location populates that person field.  
    13) I am setting a field to true that identifies that the rule was just run with a sign and date of username.
    I have verified that the values are trying to be populated by looking at bothe the default values of the display name, account id, and account type of my people picker fields, however they are not showing anything within the picker itself.  Additionally
    I have a view that shows my assignments data connection that is populated correctly.  
    Thanks for your response - 
    Jesse
    Jesse A. Brandenburg

  • Add a new field in custom table but not show on SM30

    I add a new field in a custom table, did Table Maintenance generator and SE93.  But that field did not show on SM30 screen.  How to make it show on the SM30?
    Thanks
    Helen

    Hi,
    I think its the Problem with TMG.
    Go to TMG screen delete the old TMG and regenerate the new TMG
    Hope it helps
    regards
    Prasanth

  • Fields display in WE02 but not in WE19

    Hi Gurus,
    May i ask for a solution regarding IDOC problem in WE19.
    I have problem regarding to IDOC . The IDOC is SHP_OBDLV_SAVE_REPLICA.  There are some fields in the Customer Master - Sold to Party KATR1,KATR2,KATR6 and RPMKR that should be copied to E1BPEXTC of SHP_OBDLV_SAVE_REPLICA. Thru user exit  EXIT_SAPLV50K_007, the data is copied to the IDOC.
    If thru WE02 , i am able to see the values but if thru WE19 i cant see the values.
    Am i trying to manually input the data but i encountered is error "Output lenght of field FIELD1 in table E1BPEXTC is greater  than 132"
    Kindly inform me of what should i do.  Thanks

    Yes. I am able to see the values of fields for segment E1BPEXTC in WE02. for example the values of Field01=01,field02=11,Field03=12 and Field04=9.
    But in WE19 , i am only able to see the value of Field01. For others, it's empty. I am trying to insert manually the value by clicking the E1BPEXTC but there is an error that not doesnt allowed more than 132 chars.
    Please help.
    Thanks
    aileen

  • Field displays in PDF but not in Designer

    I have a field that shows up in the PDF version of the form, but I cannot see it to delete it in Designer. Any good ideas how to get to that field? I tried moving stuff to the back and moving adjacent fields around, but the field does not show up in designer.
    Thanks.

    Hey Giggsy - here's some CSS to go with the previous HTML skeleton I gave you - this should get you into a better position where hopefully you can start figuring more of this out. It's not complete and you're going to have to solve some problems like the copyright you have at the bottom of the main content area - but again, hopefully this will get you on the right foot and help you figure things out.
    padding:0;
    margin:0;
    border:none;
    body{
    background:#56515A;
    font-family:Arial, Helvetica, sans-serif;
    #site_layout{
    width:970px;
    margin:0 auto;
    #header{
    height:61px;
    margin-bottom:10px;
    #header h1{
    font-size:0;
    float:left;
    background: url(sig.png) no-repeat;
    width:91px;
    height:65px;
    .nav{
    float:right;
    color:#CC6600;
    .nav a{
    color:#ddd;
    height:10px;
    overflow:hidden;
    text-decoration:none;
    text-transform:uppercase;
    .nav a:hover{
    color:#fff;
    .subnav{
    float:right;
    height:10px;
    margin-top:-20px;
    clear:both;
    .subnav a{
    color:#ddd;
    height:10px;
    overflow:hidden;
    text-decoration:none;
    text-transform:uppercase;
    font-size:14px;
    padding-left:30px;
    .content{
    background:#666;
    width:980px;
    min-height:350px;
    clear:both;
    .flash{
    float:left;
    width:622px;
    height:350px;
    background:#ccc;
    .textContent{
    float:left;
    background:#000;
    width:358px;
    height:350px;
    color:#fff;
    .textContent h3{
    padding:10px 10px 0 10px;
    margin-bottom:250px;
    .textContent p{
    padding:0 5px 0 10px;

  • Delete L.H.S spaces from field in database table but not for Report

    Dear Experts
    I m facing a problem...actaually i have replaced 999 by blank in a field of database table record.
    Like :     999 abcde
                 999999 hjklmn
                 9999 klplmj
                 99999 hjsfhh
    I have replaced 9 by blank. and using CONDENSE statement i have avoid the left hand side spaces of 9 in the database table.
    Means the data is updated in database table following below using Condense.
    Like:     abcde
                hjklmn
                klplmj
                hjsfhh
    Now,  the problem is that these spaces is showing in the Report. The left hand side spaces is not deleting from the Report. But these spaces is not showing in the databse table.
    Plz tell me wat is the reason and wat is the solution to avoid these space from the Report.
    Note: That field is Character Field.   KNA1-STRAS
    Thanks and Regards,
    Swapnika

    Hello
    Try to use
    SHIFT c LEFT  DELETING LEADING SPACE.
    instead of
    CONDENSE...

  • Created a form in Forms Central. Exported the PDF with Submit Button Option. When the PDF is filled out and submit clicked, it comes back asking for required fields to be filled but they already are. Any Help?

    b

    Hi;
    OK - I can clarify some things and tell you how to do what your looking for. 
    The desktop FormsCentral application tools are really designed towards create forms that do collect data on FormsCentral servers.  You can still easily create PDFs that do not submit data to FormsCentral, but you'll have to add any alternative submit functionality using the Forms tools in Acrobat.  You can create a PDF without the submit button in either case, signed in/out of the Desktop Application from the "File" - "Save as PDF Form" menu item.  You can then modify the PDF in Acrobat XI Pro by doing a "Save A Copy", when you open the copy you can edit it any way you like, adding a "Submit" button that email's the PDF/Responses back to you...
    Here's how: In Acrobat open the PDF you saved from the FormsCentral Desktop application and go to "File" - "Save a Copy" and choose a location, this will remove the security.  Open up the copy you just created and you can now edit it, here is a YouTube video tutorial using Acrobat XI, he covers the email button in about two minutes, there are lots of tutorials out there but this one is easy to follow:,
    http://www.youtube.com/watch?v=Jql1wp5Gofs
    Thanks,
    Josh Corey
    FormsCentral Team

  • Field in the table but not in the datasource

    I have a datasource 0co_pc_act_05 based on mbew table . I need a field from that table , which is not present in the datasource , what should i do .?
    How can i get the field from the table into the datasource?
    Thanks

    hi Mike,
    try following steps
    - in r/3 transaction rsa6 choose the datasource, click enhance strucutre, then append structure, system will propose z..., confirm it, in the next screen, type in the field name e.g abcd
    - activate the append structure
    - back to rsa6 choose the datasource, click edit, remove mark in column 'hidden' field for that field, save the datasource.
    - in this case you no need to do user exit since that field exist in the origin table where the data extracted.
    - recheck with rsa3
    later in bw side
    - create new infoobject, then right click the datasource and 'replicate datasource', change transfer rules, move the new field from right side to left (to be included in transfer structure), then assign the field by type in the new created infoobject name, activate the transfer rules. include also this new object in infocube etc.
    hope this helps.

  • Require certificate to modiy pdf but not to read in Acrobat 11 standard

    Hello,
    i want to secure a PDF with a certificate that persons will need to modify the PDF.
    but i want them to be able to read the PDF without it.
    is this possible i've searched the web for the answer but i cant find it.
    I'am able to secure a PDF file with a certificate but when a user wants to open it and he does'nt have the certificate he cant open the PDF.
    i Use Acrobat 11 standard to secure a PDF with a certificate
    Thanks.
    Yours Sincerely,
    Zorlu

    i was able to create 2 certificates one to modify one to read so i got 1 step closer to my goal.
    does anyone have some usefull tips for me?
    thanks.

  • Not able to create conditional required fields at Tcode CJ20N Proj Systems

    Hello experts,
    I have a requirement to create a few custom fields under custom enhancement tab in CJ20N transaction, and depending on a particular value for one of the fields, another set of fields need to be set to required. (If FIELD1 = 'Y', FIELD2 & FIELD3 should be set to required)
    My approaches..
    1. Assign a screen group to FIELD2 and FIELD3. If FIELD1 = 'Y' then LOOP AT SCREEN, and set screen-required = 1 for that specific screen group.
    Problem with this approach is that, if I select FIELD1 = 'Y' (hit space or enter -> sy-ucomm = TOGGLE), the fields are successfully set to required. However, now if at this point I go and change value for FIELD1 = 'X' (hit space or enter), FIELD2 and FIELD3 still remain set to required, and keep requesting value.
    2. Do not set any fields to required. Instead set it to an information message in PAI, informing user that this field requires a value when FIELD1 = 'Y' on TOGGLE and SAVE.
    Problem with this approach is that even though during TOGGLE event user is provided with an informational message, if the user directly decides to SAVE (no change for TOGGLE event), in this case the same message is displayed, and the project screen itself is closed. I do not think it would be ideal for the user to see the entire project close on SAVE everytime they miss a conditionally required field.
    I am just not sure at this point how to handle this at SAVE so that I can still have the same control as I would when TOGGLE event is triggered.
    Experts please help if you have come across such a situation!!! Your insight would be greatly appreciated!
    Edited by: akkinair on Dec 16, 2011 1:25 AM

    Please find below the response.
    1. Assign a screen group to FIELD2 and FIELD3. If FIELD1 = 'Y' then LOOP AT SCREEN, and set screen-required = 1 for that specific screen group.
    Problem with this approach is that, if I select FIELD1 = 'Y' (hit space or enter -> sy-ucomm = TOGGLE), the fields are successfully set to required. However, now if at this point I go and change value for FIELD1 = 'X' (hit space or enter), FIELD2 and FIELD3 still remain set to required, and keep requesting value.
    --> When FIELD1 chnage used module with additon CHAIN-REQUEST and check its value if it is to be set to optional by using loop at screen and set screen-required =0.*_
    2. Do not set any fields to required. Instead set it to an information message in PAI, informing user that this field requires a value when FIELD1 = 'Y' on TOGGLE and SAVE.
    Problem with this approach is that even though during TOGGLE event user is provided with an informational message, if the user directly decides to SAVE (no change for TOGGLE event), in this case the same message is displayed, and the project screen itself is closed. I do not think it would be ideal for the user to see the entire project close on SAVE everytime they miss a conditionally required field.
    --> Can you please clarify it.
    Thanks
    Nabehet

  • SQVI - Join tables using similar fields (but not same)

    Hi folks!
    I would like to know if there is a way to do a join between two tables thru fields that are similar but not exactly the same. For example, I need to join tables EKKO and CDHDR, where the PO numbers do exist in both the tables (EKKO-EBELN and CDHDR-OBJECTID), but the fields are different. Is it possible to achieve such kind of a join?
    Appreciate your help.
    Regards,
    Anwar.

    >
    Mohammad Anwar wrote:
    though their data type is the same (CHAR).
    unfortunately it is not enough... You have to select separately from the two tables and merge the data somehow in the program.

Maybe you are looking for