Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
sap-service
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
sap-service
Commits
e4764dc8
Commit
e4764dc8
authored
Jul 23, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
515ba093
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
ConfirmQuotationServiceImpl.java
...rvices/confirm_quotation/ConfirmQuotationServiceImpl.java
+2
-0
Z_MT_SD_008_SO_CONFIRM_QUOTATION.java
...s/confirm_quotation/Z_MT_SD_008_SO_CONFIRM_QUOTATION.java
+18
-0
No files found.
src/main/java/com/egolm/sso/services/confirm_quotation/ConfirmQuotationServiceImpl.java
View file @
e4764dc8
...
...
@@ -59,6 +59,8 @@ public class ConfirmQuotationServiceImpl implements ConfirmQuotationService {
RESPONSE
res
=
Z_MT_SD_008_SO_CONFIRM_QUOTATION
.
getRESPONSE
();
HEADER
h
=
res
.
getHEADER
();
header
.
put
(
"MSGTYPE"
,
h
.
getMSGTYPE
());
header
.
put
(
"MSGTXT"
,
h
.
getMSGTXT
());
header
.
put
(
"BSTKD_E"
,
h
.
getBSTKD_E
());
header
.
put
(
"VBELN"
,
h
.
getVBELN
());
header
.
put
(
"VKORG"
,
h
.
getVKORG
());
...
...
src/main/java/com/egolm/sso/services/confirm_quotation/Z_MT_SD_008_SO_CONFIRM_QUOTATION.java
View file @
e4764dc8
...
...
@@ -75,6 +75,8 @@ public class Z_MT_SD_008_SO_CONFIRM_QUOTATION {
@XmlType
(
name
=
"HEADER"
)
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
static
class
HEADER
{
String
MSGTYPE
;
String
MSGTXT
;
String
BSTKD_E
;
String
VBELN
;
String
VKORG
;
...
...
@@ -283,6 +285,22 @@ public class Z_MT_SD_008_SO_CONFIRM_QUOTATION {
DPFLAG
=
dPFLAG
;
}
public
String
getMSGTYPE
()
{
return
MSGTYPE
;
}
public
void
setMSGTYPE
(
String
mSGTYPE
)
{
MSGTYPE
=
mSGTYPE
;
}
public
String
getMSGTXT
()
{
return
MSGTXT
;
}
public
void
setMSGTXT
(
String
mSGTXT
)
{
MSGTXT
=
mSGTXT
;
}
}
@XmlType
(
name
=
"ITEM_DATA"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment