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

Creating of Notes

Former Member
0 Likes
650

Hi all,

The requirement is Creating of Notes.....

The file will be provided on the application server......consists of fields.....

Comapny code|Contract number|Title of Note|Note Description

i had come across with the class name CL_GOS_SRV_NOTE_CREATE,by using which we can create notes.......

i had also come across with the function module SGOS_NOTE_CREATE_DIALOG, which creates the notes.....

so here my confusion starts.....

I want to do this by using Generic Object Services(GOS)......i had gone through the urls

/people/rammanohar.tiwari/blog/2005/10/10/generic-object-services-gos--in-background

/people/rammanohar.tiwari/blog/2006/03/25/generic-object-services-gos--in-background--part-ii

but i am not getting clear information how to be done

but i used that code in the urls

but note is not being created....that i cant upload the file...it is showing sy-subrc is 8.

my request to u all is how can i use the above mentioned class or function module to create the note....in the above mentioned url code.....

please any one who knows about GOS....clarify me this....

it will be my great pleasure to u all of ur replies and helpfull answers....points will also be rewareded...

cheers..

Brahma

Hi all,

The requirement is Creating of Notes.....

The file will be provided on the application server......consists of fields.....

Comapny code|Contract number|Title of Note|Note Description

i had come across with the class name CL_GOS_SRV_NOTE_CREATE,by using which we can create notes.......

i had also come across with the function module SGOS_NOTE_CREATE_DIALOG, which creates the notes.....

so here my confusion starts.....

I want to do this by using Generic Object Services(GOS)......i had gone through the urls

/people/rammanohar.tiwari/blog/2005/10/10/generic-object-services-gos--in-background

/people/rammanohar.tiwari/blog/2006/03/25/generic-object-services-gos--in-background--part-ii

but i am not getting clear information how to be done

but i used that code in the urls

but note is not being created....that i cant upload the file...it is showing sy-subrc is 8.

my request to u all is how can i use the above mentioned class or function module to create the note....in the above mentioned url code.....

please any one who knows about GOS....clarify me this....

it will be my great pleasure to u all of ur replies and helpfull answers....points will also be rewareded...

cheers..

Brahma

2 REPLIES 2
Read only

Former Member
0 Likes
549

Hi Experts,

Is there any one who can guide me over this......

Eagerly waiting for your suggestion.....

Thanks in Advance.....!

Brahma

Read only

Former Member
0 Likes
549

i had done it by using function module