‎2007 May 07 1:41 PM
i need to add some more screens to the present transaction of xd01 take for uploading customer details i used xd01 transaction i need to customise this transaction that is to my requirment i need to add some fields to xd01 and i dont need some fields which are present in xd01 transaction how can i add or remove fielsor add or remove some screens in the sap provided xd01transaction,i m uploading 5000 records into database thru bdc for xd01 transaction and how to connect the new created field to the database
‎2007 May 08 5:21 AM
The way to solve this we can use User exit concept under ENHANCEMENT.There we can use field exit among the five type of exit to add the required fields we want to add and we can use BDC comfortably
‎2007 May 07 1:46 PM
Hi
You have to use Screen exits for adding extra fields to the XD01 Tcode.
Reward points if useful
Regards
Anji
‎2007 May 07 1:48 PM
Hi
For ur requirement you need to use enhancements, through this concept you can add screens to the already existing screens.
Go to transaction CMOD and give some project name, then click on Components gvie the program name of the transaction code to which you want to add screens, then click on enhancement there u will find an exit, double click on that exit, then double click on the include there you have to call the transaction code which you want to attach to this.
Regards
Haritha.
‎2007 May 08 4:41 AM
s i got u but if i need to omit some <u>fields or screens</u> which r present in default in xd01 transaction while(in bdc ) how can i do it,
‎2007 May 08 5:06 AM
Hi Raj,
IN you requirement as you told that you don' want some screen in the xd01 transaction... then you have to go for some enhancements. Also you told that there are some fields to be added to the already present screens.
So for that please look at if there are some screen variants present for the screen in which you want to add some fields according to the requirement.
for finding the screen varinats the Transaction thru which you have to find them is
T code:
SHD0 to create screen variants. There you will provided with list of fields and the possible options like 'suppress', 'Only display', 'Input' etc. You may choose your option save the variant and do not forget to activate the user defined as standard variant in SHD0.
For futher query please refer to
Please refer below link:
http://help.sap.com/saphelp_46c/helpdata/en/bf/ec07845db911d295ae0000e82de14a/frameset.htm
and for uploading the data ... you can you session in BDC.
Regards,
Jayant
<b>Please award if helpful and solves you problem.</b>
‎2007 May 08 5:21 AM
The way to solve this we can use User exit concept under ENHANCEMENT.There we can use field exit among the five type of exit to add the required fields we want to add and we can use BDC comfortably
‎2007 May 08 6:00 AM
i m getting u but i m unable to implement it if posssible can u help me in solving my problem by giving step wise how to ?like1)how to create varient 2)what all we do in shd0
kindly do the needful i badly need it at this point
‎2007 May 08 6:04 AM
‎2007 May 08 7:17 AM
when i m doing save and exit in shd0 its asking for package when i m givig the package name its givuing an error msg as that this can not be assigned to the packagename which i have given help me in this case