cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a new screen in object link tab CV01N

Former Member
0 Kudos

Hi,

We have a requirement for adding one new object link for accounting document number in CV01N. And for defining the object links, we have to enter the screen number there. So how to create the screen for it. Any exit is there?

Regards

Shishir

Accepted Solutions (0)

Answers (3)

Answers (3)

MangeshP
Active Contributor
0 Kudos

Hi shishir,

Did you explore option of using SAP Archive Link for this requirements.

I would suggest to use SAP Archivelink instead of doing development.

WIth Warm Regards

Mangesh Pande

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Shishir,

for further information please see also the online documentation at http://help.sap.com/erp2005_ehp_06/helpdata/en/b2/c043a66fab11d1949500a0c92f024a/content.htm?framese....

For creating the screens I think transaction SE80 could be used.

Best regards,

Christoph

Former Member
0 Kudos

but how we will attach the screen to object link? Whenever we create screen and attach to object link then we get error 'Invalid screen' or dynpro runtime error.

Former Member
0 Kudos

Dear Shishir,

1. First we need to create new screen ( Take Equipment object link screen as reference).

2. And we need to assign the screen name with field name in spro and make sure that if abaper create new screen with number 1234 you have to assign screen number as 234 in SPRO.

3. And add icon in the actual screen ( I.e Accounting Document screen) abaper will do this task.

4. Make changes in CV04N for search with new object link.

Regards,

Harsha.

Former Member
0 Kudos

Dear Pradeep,

When we are creating  that new screen, it is asking for Object Key.

Regards

Shishir

Former Member
0 Kudos

Hi Shisir,

Send the screen shot to your basis team they will provide you the access.

Regards,

Harsha.

Former Member
0 Kudos

Hi,

Is this not a development object? And why do we need a separate access key?

Regards

Shishir

Former Member
0 Kudos

Hi,

Is is the mandatory thing to provide the access key while we are creating new screen.

Regards,

Hrsha

Former Member
0 Kudos

Hi Harsha,

Yes, It's mandatory.

former_member188883
Active Contributor
0 Kudos

Hi Shishir,

1. In the standard system, there are already two special screens for the module pools SAPLCV130 and SAPLCV140 for the linked SAP object.

You must create two new screens with the same number for the module pools SAPLCV130 and SAPLCV140. The processing logic must follow that of screen 1204 in program SAPLVC130.

2. Create function module OBJECT_CHECK_XXXX (XXXX = object name) If the object can be classified, this function module already exists .

Otherwise copy the function module for linking equipment DOCUMENT_CHECK_EQUI and change it as required for the new object.

Hope this helps.

Regards,

Deepak Kori

Former Member
0 Kudos

what will be the import and export parameters of this functional module and can you suggest the sample code how to fetch and update with object link.