Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bdc reporting

Former Member
0 Likes
902

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
841

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

8 REPLIES 8
Read only

Former Member
0 Likes
841

Hi

You have to use Screen exits for adding extra fields to the XD01 Tcode.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
841

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.

Read only

Former Member
0 Likes
841

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,

Read only

Former Member
0 Likes
841

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>

Read only

Former Member
0 Likes
842

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

Read only

0 Likes
841

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

Read only

0 Likes
841

check this for SHD0.

while doing the Recording /BDC , Screen variant will not work. So remove those fields from ur recording.

while recording SAP call standard Screens, not Screen variants.

This is as per my knowledge , somewhere i seen this.

Regards

Prabhu

Read only

Former Member
0 Likes
841

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