‎2009 Feb 28 6:01 AM
Hi All,
how to configure a table for updating with data.
I am working with Migo Movements & I want those movements data to be updated in MARI Table.
Is it Possible to configure the standard table for updating with data?
Thanks & Regards,
Ravi S
‎2009 Feb 28 7:40 AM
Hi,
You can update the standard tables only through transactions.It's not possible to update single standard table manually.Data Inconsistency may come.
Ask your Functional Consultanat to check for configaration.
Regards,
Surendar Reddy.
Edited by: suredarreddy pulimamidi on Feb 28, 2009 1:11 PM
‎2009 Feb 28 8:46 AM
Hi,
Thanks for Your Reply.
Actually I'm interested to know how the Migo TCode is configured so that MARI Table gets Updated.AS of Now it is Empty & when ever the Next transactions are done in Migo,the Mari Table Needs to be Updated.
Thanks & Regards,
Ravi S
‎2009 Mar 02 4:11 AM
for any standarad table to be filled,there will be program linked to every transaction...
the corresponding tables are updated whenever the actions are done in a transaction..
so check for the standard program linked for your transaction and you can see the tables getting updated in that program.
if your requirement is to update some tables based on the transaction in MIGO,then you have to add the logic in the standard process flow..
Regards,
Sravan
Edited by: Sravan Kumar on Mar 2, 2009 5:13 AM
‎2009 Mar 03 4:22 AM
Hello.
Create an Executable program using SE38.
Create an internal table like the standard table.
Populate it with desired values and use INSERT <dbtable> FROM <itab>.
It will insert entries into DB table
Hope this helps.
Regards
Sathya
‎2009 Mar 03 5:07 AM
hello,
Ask ur functional consultant regarding the table updation.depends on business people used the transaction nad based on that std tables gets updated.so dont make changes in std program and ask him to give clear picture to update it.bcose if u change in std program most of the times it will be inconsistency will occur.and this is not the right way to cahge the std program or tcode.my suggetion is to get clear requirment and do the changes.untill do not touch the std program.
ask him to give clear flow of ur business requiremnet..
Thanks N Regards
KYSetty